Skip to content

Commit 533ddba

Browse files
author
Jakub Chlanda
committed
Typo fix and add cache-build-result.cpp, as it still has ze_debug unsupported
1 parent fd14b4b commit 533ddba

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

sycl/test-e2e/KernelAndProgram/build-log.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// UNSUPPORTED: target-nvidia || target-amd
22
// UNSUPPORTED-INTENDED: The test looks for an exception thrown during the
33
// compilation of the kernel, but for CUDA the failure is not thrown, but comes
4-
// form ptxas that crashes clang. The JIT part is not relevant, because the
4+
// from ptxas that crashes clang. The JIT part is not relevant, because the
55
// flow is such that the AOT compilation still happens, it’s just that if we
66
// request JIT, it will do the thing again at the run time.
77
//

sycl/test-e2e/KernelAndProgram/cache-build-result.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// UNSUPPORTED: target-nvidia || target-amd
22
// UNSUPPORTED-INTENDED: The test looks for an exception thrown during the
33
// compilation of the kernel, but for CUDA the failure is not thrown, but comes
4-
// form ptxas that crashes clang. The JIT part is not relevant, because the
4+
// from ptxas that crashes clang. The JIT part is not relevant, because the
55
// flow is such that the AOT compilation still happens, it’s just that if we
66
// request JIT, it will do the thing again at the run time.
77
//

sycl/test-e2e/KernelAndProgram/undefined-symbol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// UNSUPPORTED: target-nvidia || target-amd
22
// UNSUPPORTED-INTENDED: The test looks for an exception thrown during the
33
// compilation of the kernel, but for CUDA the failure is not thrown, but comes
4-
// form ptxas that crashes clang. The JIT part is not relevant, because the
4+
// from ptxas that crashes clang. The JIT part is not relevant, because the
55
// flow is such that the AOT compilation still happens, it’s just that if we
66
// request JIT, it will do the thing again at the run time.
77
//

sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@
208208
// CHECK-NEXT: InvokeSimd/Feature/popcnt.cpp
209209
// CHECK-NEXT: InvokeSimd/Regression/ImplicitSubgroup/call_vadd_1d_spill.cpp
210210
// CHECK-NEXT: InvokeSimd/Regression/call_vadd_1d_spill.cpp
211+
// CHECK-NEXT: KernelAndProgram/cache-build-result.cpp
211212
// CHECK-NEXT: KernelAndProgram/free_function_apis.cpp
212213
// CHECK-NEXT: KernelAndProgram/free_function_kernels.cpp
213214
// CHECK-NEXT: KernelAndProgram/kernel-bundle-merge-options-env.cpp

0 commit comments

Comments
 (0)