Skip to content

Commit 205061e

Browse files
committed
test
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 1cdf8a8 commit 205061e

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/sycl-windows-run-tests.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ jobs:
139139
run: |
140140
echo "PATH=$env:GITHUB_WORKSPACE\\install\\bin;$env:PATH" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
141141
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
142143
- run: |
143144
sycl-ls
144145
- run: |
@@ -156,9 +157,9 @@ jobs:
156157
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 }}
157158
run: |
158159
# 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
162163
cmake --build build-e2e --target check-sycl-e2e > e2e.log 2>&1
163164
164165
exit_code=$?
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
// REQUIRES: hip_dev_kit
22

3-
// UNSUPPORTED: windows
4-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17515
5-
// ROCm libraries are not installed correctly.
6-
73
// 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
84

95
// RUN: %if !hip %{ not %} %{run} %t.out

0 commit comments

Comments
 (0)