File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 14
14
// compiler option
15
15
16
16
// REQUIRES: arch-intel_gpu_pvc
17
- // https://github.com/intel/llvm/issues/14826
18
- // XFAIL: *
19
17
20
- // RUN: %{build} -o %t.out
18
+ // RUN: %{build} -Wno-error=deprecated-declarations - o %t.out
21
19
// Don't use SYCL_UR_TRACE as the output from the L0 adapter logging interferes
22
20
// with the regular UR traces we are checking.
23
21
// RUN: env UR_LOG_TRACING="level:info;output:stdout;flush:info" UR_ENABLE_LAYERS=UR_LAYER_TRACING %{run} %t.out 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-NO-VAR
24
22
// RUN: env SYCL_PROGRAM_COMPILE_OPTIONS="-g" UR_LOG_TRACING="level:info;output:stdout;flush:info" UR_ENABLE_LAYERS=UR_LAYER_TRACING %{run} %t.out 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-WITH-VAR
25
23
// RUN: %{build} -DUSE_NEW_API=1 -o %t.out
26
24
// RUN: env UR_LOG_TRACING="level:info;output:stdout;flush:info" UR_ENABLE_LAYERS=UR_LAYER_TRACING %{run} %t.out 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-NO-VAR
27
25
// RUN: env SYCL_PROGRAM_COMPILE_OPTIONS="-g" UR_LOG_TRACING="level:info;output:stdout;flush:info" UR_ENABLE_LAYERS=UR_LAYER_TRACING %{run} %t.out 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-WITH-VAR
28
- // RUN: %{build} -DUSE_AUTO_GRF=1 -o %t.out
26
+ // RUN: %{build} -DUSE_AUTO_GRF=1 -Wno-error=deprecated-declarations - o %t.out
29
27
// RUN: env UR_LOG_TRACING="level:info;output:stdout;flush:info" UR_ENABLE_LAYERS=UR_LAYER_TRACING %{run} %t.out 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-AUTO-NO-VAR
30
28
// RUN: env SYCL_PROGRAM_COMPILE_OPTIONS="-g" UR_LOG_TRACING="level:info;output:stdout;flush:info" UR_ENABLE_LAYERS=UR_LAYER_TRACING %{run} %t.out 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-AUTO-WITH-VAR
31
29
// RUN: %{build} -DUSE_NEW_API=1 -DUSE_AUTO_GRF=1 -o %t.out
Original file line number Diff line number Diff line change 1
1
// REQUIRES: arch-intel_gpu_pvc
2
2
3
- // https://github.com/intel/llvm/issues/14826
4
- // XFAIL: arch-intel_gpu_pvc
5
-
6
3
// RUN: %{build} -ftarget-register-alloc-mode=pvc:auto -o %t_with.out
7
4
// RUN: %{build} -o %t_without.out
8
5
// RUN: %{build} -ftarget-register-alloc-mode=pvc:default -o %t_default.out
11
8
// RUN: env SYCL_UR_TRACE=2 %{run} %t_without.out 2>&1 | FileCheck %if system-windows %{ --implicit-check-not=-ze-intel-enable-auto-large-GRF-mode %} %else %{ --check-prefix=CHECK-OPT %} %s
12
9
// RUN: env SYCL_UR_TRACE=2 %{run} %t_default.out 2>&1 | FileCheck --implicit-check-not=-ze-intel-enable-auto-large-GRF-mode %s
13
10
14
- // CHECK-OPT: ---> urProgramBuild (
11
+ // CHECK-OPT: ---> urProgramBuildExp (
15
12
// CHECK-SAME-OPT: -ze-intel-enable-auto-large-GRF-mode
16
13
17
14
#include < sycl/detail/core.hpp>
You can’t perform that action at this time.
0 commit comments