This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 1
- // Disable fallback assert here until online-support is fixed.
2
1
// Use of per-kernel device code split and linking the bundle with all images
3
2
// involved leads to multiple definition of AssertHappened structure due each
4
3
// device image is statically linked against fallback libdevice.
@@ -185,7 +184,7 @@ int main() {
185
184
// CHECK-NEXT: <unknown> : {{.*}}
186
185
// CHECK-NEXT: <unknown> : {{.*}}
187
186
// CHECK-NEXT: <unknown> : {{.*}}
188
- // CHECK-NEXT: <nullptr>
187
+ // CHECK-NEXT: <const char *>:
189
188
// CHECK-NEXT: <unknown> : {{.*}}
190
189
// CHECK-NEXT: <unknown> : {{.*}}
191
190
// CHECK-NEXT: <nullptr>
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -Xsycl-target-linker=spir64 -foo %s -o %t.out
2
2
// RUN: %GPU_RUN_PLACEHOLDER %t.out
3
3
// REQUIRES: level_zero
4
- //
5
- // This test is disabled because the runtime does not currently pass linker
6
- // flags from "-Xsycl-target-linker=spir64 <opts>" when the program calls
7
- // "sycl::link()". This seems like a bug. Note that the runtime does pass
8
- // those "<opts>" to the online linker in other cases when it links device
9
- // code.
10
- //
11
- // XFAIL: level_zero
12
- //
13
4
// ==--- level-zero-link-flags.cpp - Error handling for link flags --==//
14
5
//
15
6
// The Level Zero backend does not accept any online linker options.
You can’t perform that action at this time.
0 commit comments