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 11bf901 commit eca6144Copy full SHA for eca6144
mlir/test/Conversion/MathToXeVM/native-spirv-builtins.mlir
@@ -1,6 +1,7 @@
1
// RUN: mlir-opt %s -gpu-module-to-binary="format=isa" \
2
// RUN: -debug-only=serialize-to-isa 2> %t
3
// RUN: FileCheck --input-file=%t %s
4
+// REQUIRES: asserts
5
//
6
// MathToXeVM pass generates OpenCL intrinsics function calls when converting
7
// Math ops with `fastmath` attr to native function calls. It is assumed that
0 commit comments