Skip to content

Commit f342020

Browse files
committed
Remove RUN command that uses HOST check
1 parent 1aa4bf8 commit f342020

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/test/Dialect/OpenACC/legalize-host-data.mlir

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: mlir-opt -split-input-file --openacc-legalize-data-values %s | FileCheck %s --check-prefixes=CHECK,DEVICE
2-
// RUN: mlir-opt -split-input-file --openacc-legalize-data-values=host-to-device=false %s | FileCheck %s --check-prefixes=CHECK,HOST
32

43
func.func @test(%a: memref<10xf32>) {
54
%devptr = acc.use_device varPtr(%a : memref<10xf32>) varType(tensor<10xf32>) -> memref<10xf32>

0 commit comments

Comments
 (0)