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.
2 parents 8d45d64 + 5cc10e6 commit e67bb5cCopy full SHA for e67bb5c
SYCL/Matrix/elemwise_irreg_size_ops_bf16.cpp
@@ -7,7 +7,9 @@
7
//===----------------------------------------------------------------------===//
8
// REQUIRES: matrix
9
10
-// RUN: %clangxx -fsycl %s -o %t.out
+// 'LINK' environment is used to set additional flags for MS linker, set stack
11
+// size to 8MB to avoid stack overflow issue on windows.
12
+// RUN: env LINK=-stack:0x800000 %clangxx -fsycl %s -o %t.out
13
// This test is for element wise operations when matrix size does not multiply
14
// SG size. This corner case only applies to AMX. Also, it tests bf16 type.
15
// only run this on AMX
0 commit comments