Skip to content

Commit eca6144

Browse files
committed
[MathToXeVM] Require asserts in test
This test uses -debug-only, so it requires an assertion-enabled build.
1 parent 11bf901 commit eca6144

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/test/Conversion/MathToXeVM/native-spirv-builtins.mlir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: mlir-opt %s -gpu-module-to-binary="format=isa" \
22
// RUN: -debug-only=serialize-to-isa 2> %t
33
// RUN: FileCheck --input-file=%t %s
4+
// REQUIRES: asserts
45
//
56
// MathToXeVM pass generates OpenCL intrinsics function calls when converting
67
// Math ops with `fastmath` attr to native function calls. It is assumed that

0 commit comments

Comments
 (0)