File tree 2 files changed +4
-7
lines changed
sycl/test-e2e/OptionalKernelFeatures/is_compatible
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ jobs:
139
139
run : |
140
140
echo "PATH=$env:GITHUB_WORKSPACE\\install\\bin;$env:PATH" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
141
141
echo "LIB=$env:GITHUB_WORKSPACE\\install\\lib;$env:LIB" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
142
+ echo "ROCM_PATH=C:\\Program Files\\AMD\\ROCm\\6.2" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
142
143
- run : |
143
144
sycl-ls
144
145
- run : |
@@ -156,9 +157,9 @@ jobs:
156
157
LIT_OPTS : -v --no-progress-bar --show-unsupported --show-pass --show-xfail --max-time 3600 --time-tests --param print_features=True ${{ inputs.extra_lit_opts }}
157
158
run : |
158
159
# Run E2E tests.
159
- if [[ ${{inputs.compiler}} == 'icx' ]]; then
160
- export LIT_FILTER_OUT="compile_on_win_with_mdd "
161
- fi
160
+ # if [[ ${{inputs.compiler}} == 'icx' ]]; then
161
+ export LIT_FILTER="is_compat "
162
+ # fi
162
163
cmake --build build-e2e --target check-sycl-e2e > e2e.log 2>&1
163
164
164
165
exit_code=$?
Original file line number Diff line number Diff line change 1
1
// REQUIRES: hip_dev_kit
2
2
3
- // UNSUPPORTED: windows
4
- // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17515
5
- // ROCm libraries are not installed correctly.
6
-
7
3
// RUN: %clangxx -fsycl -fsycl-targets=amdgcn-amd-amdhsa -Xsycl-target-backend=amdgcn-amd-amdhsa --offload-arch=gfx1030 %S/Inputs/is_compatible_with_env.cpp -o %t.out
8
4
9
5
// RUN: %if !hip %{ not %} %{run} %t.out
You can’t perform that action at this time.
0 commit comments