We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463f689 commit 1192a4cCopy full SHA for 1192a4c
.github/workflows/sycl_nightly.yml
@@ -16,7 +16,8 @@ jobs:
16
with:
17
build_cache_root: "/__w/"
18
build_artifact_suffix: default
19
- lts_config: "ocl_gen9;ocl_x64;hip_amdgpu"
+ build_configure_extra_args: ''
20
+ lts_config: "ocl_gen9;ocl_x64"
21
22
windows_default:
23
name: Windows
devops/actions/llvm_test_suite/action.yml
@@ -93,7 +93,6 @@ runs:
93
echo "::endgroup::"
94
echo "::group::SYCL_PI_TRACE=-1 sycl-ls"
95
echo $LD_LIBRARY_PATH
96
- ldd $PWD/toolchain/lib/libpi_hip.so
97
SYCL_PI_TRACE=-1 sycl-ls
98
99
cd build
0 commit comments