@@ -166,10 +166,10 @@ jobs:
166166 strategy :
167167 matrix :
168168 adapter : [
169- {name: CUDA, triplet: nvptx64-nvidia-cuda, platform: ""},
170- {name: HIP, triplet: amdgcn-amd-amdhsa, platform: ""},
171- {name: L0, triplet: spir64, platform: ""},
172- {name: OPENCL, triplet: spir64, platform: "Intel(R) OpenCL"}
169+ {name: CUDA, platform: ""},
170+ {name: HIP, platform: ""},
171+ {name: L0, platform: ""},
172+ {name: OPENCL, platform: "Intel(R) OpenCL"}
173173 ]
174174 build_type : [Debug, Release]
175175 compiler : [{c: gcc, cxx: g++}, {c: clang, cxx: clang++}]
@@ -201,8 +201,7 @@ jobs:
201201 -DUR_BUILD_ADAPTER_${{matrix.adapter.name}}=ON
202202 -DUR_DPCXX=${{github.workspace}}/dpcpp_compiler/bin/clang++
203203 -DUR_SYCL_LIBRARY_DIR=${{github.workspace}}/dpcpp_compiler/lib
204- -DUR_CONFORMANCE_TARGET_TRIPLES=${{matrix.adapter.triplet}}
205- ${{ matrix.adapter.name == 'HIP' && '-DAMD_ARCH=gfx1030' || '' }}
204+ ${{ matrix.adapter.name == 'HIP' && '-DUR_CONFORMANCE_AMD_ARCH=gfx1030' || '' }}
206205 ${{ matrix.adapter.name == 'HIP' && '-DUR_HIP_PLATFORM=AMD' || '' }}
207206
208207 - name : Build
0 commit comments