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 bcc0fab commit 2422e85Copy full SHA for 2422e85
sycl/test-e2e/AmdNvidiaJIT/kernel_and_bundle.cpp
@@ -1,5 +1,8 @@
1
// REQUIRES: cuda || hip
2
3
+// https://github.com/intel/llvm/issues/14989
4
+// XFAIL: hip_amd
5
+
6
// RUN: %{build} -fsycl-embed-ir -o %t.out
7
// RUN: env SYCL_JIT_AMDGCN_PTX_KERNELS=1 env SYCL_JIT_COMPILER_DEBUG="sycl-spec-const-materializer" %{run} %t.out &> %t.txt ; FileCheck %s --input-file %t.txt
8
0 commit comments