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 995003d commit f7867a9Copy full SHA for f7867a9
test/unit_tests/aie2p/00_itsalive/aie.mlir
@@ -13,7 +13,7 @@
13
// RUN: %python aiecc.py --no-compile --aiesim %s %S/test.cpp
14
// RUN: aie.mlir.prj/aiesim.sh | FileCheck %s
15
16
-// CHECK: AIE2p ISS
+// CHECK: AIE2P ISS
17
// CHECK: Hello, world.
18
// CHECK: Exiting!
19
@@ -25,4 +25,4 @@ module @test00_itsalive {
25
aie.flow(%tile20, DMA : 0, %tile22, DMA : 0)
26
aie.flow(%tile22, DMA : 0, %tile20, DMA : 0)
27
}
28
-}
+}
0 commit comments