We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b20bda commit 0e5fa4aCopy full SHA for 0e5fa4a
enzyme/test/MLIR/Batch/cachefunction.mlir
@@ -1,3 +1,5 @@
1
+// RUN: %eopt -enzyme-batch %s | FileCheck %s
2
+
3
module {
4
func.func private @f(%arg0: tensor<16xf32>, %arg1: tensor<16xf32>) -> tensor<16xf32> {
5
return %arg0 : tensor<16xf32>
@@ -16,4 +18,4 @@ module {
16
18
// CHECK-NEXT: }
17
19
// CHECK: func.func private @batched_f(%[[arg0:.+]]: tensor<4x16xf32>, %[[arg1:.+]]: tensor<4x16xf32>) -> tensor<4x16xf32> {
20
// CHECK-NEXT: return %[[arg0]] : tensor<4x16xf32>
-// CHECK-NEXT: }
21
+// CHECK-NEXT: }
0 commit comments