Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
usainzg committed Oct 23, 2024
1 parent 723cfd6 commit 288515e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/affine_to_mpi.mlir
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// RUN: tutorial-opt %s --affine-distribute-to-mpi > %t
// RUN: FileCheck %s < %t

func.func @add_arrays(%A: memref<100xf32>, %B: memref<100xf32>, %C: memref<100xf32>) {
affine.for %i = 0 to 100 {
%a = memref.load %A[%i] : memref<100xf32>
Expand Down

0 comments on commit 288515e

Please sign in to comment.