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 bb80c55 commit f29b498Copy full SHA for f29b498
libclc/ptx-nvidiacl/libspirv/assert/__assert_fail.cl
@@ -7,3 +7,8 @@ _CLC_DECL void __assert_fail(const char *expr, const char *file,
7
unsigned int line, const char *func) {
8
__assertfail(expr, file, line, func);
9
}
10
+
11
+_CLC_DECL void _wassert(const char *_Message, const char *_File,
12
+ unsigned _Line) {
13
+ __assertfail(_Message, _File, _Line, 0);
14
+}
0 commit comments