File tree 2 files changed +0
-6
lines changed
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
// REQUIRES: ocloc, gpu, target-spir
4
4
5
- // XFAIL: linux && (gpu-intel-gen12 || gpu-intel-dg2)
6
- // XFAIL-TRACKER: https://github.com/intel/llvm/issues/17305
7
-
8
5
// Build the early AOT device binaries
9
6
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -fno-sycl-rdc -c -DADD_CPP %s -o %t_add.o
10
7
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -fno-sycl-rdc -c -DSUB_CPP %s -o %t_sub.o
Original file line number Diff line number Diff line change 1
1
// REQUIRES: (opencl || level_zero) && gpu && ocloc
2
2
3
- // XFAIL: linux && (gpu-intel-gen12 || gpu-intel-dg2)
4
- // XFAIL-TRACKER: https://github.com/intel/llvm/issues/17305
5
-
6
3
// Check the case when -fsycl-add-default-spec-consts-image option is used which
7
4
// results in generation of two types of images: where specialization constants
8
5
// are replaced with defaults and original images.
You can’t perform that action at this time.
0 commit comments