diff --git a/.github/workflows/sycl-linux-build.yml b/.github/workflows/sycl-linux-build.yml index 047db2443c44d..197a8cd5d2468 100644 --- a/.github/workflows/sycl-linux-build.yml +++ b/.github/workflows/sycl-linux-build.yml @@ -32,7 +32,7 @@ on: build_configure_extra_args: type: string required: false - default: "--hip --cuda --native_cpu" + default: "--cuda --native_cpu" build_target: type: string required: false diff --git a/.github/workflows/sycl-linux-precommit.yml b/.github/workflows/sycl-linux-precommit.yml index 7b871b36243a9..2993e46e2ab7b 100644 --- a/.github/workflows/sycl-linux-precommit.yml +++ b/.github/workflows/sycl-linux-precommit.yml @@ -163,11 +163,6 @@ jobs: runner: '["Linux", "cuda"]' image_options: -u 1001 --gpus all --cap-add SYS_ADMIN target_devices: cuda:gpu - - name: AMD/HIP - runner: '["Linux", "amdgpu"]' - image_options: -u 1001 --device=/dev/dri --device=/dev/kfd - target_devices: hip:gpu - extra_lit_opts: -j 1 - name: Intel / Arc A-Series Graphics runner: '["Linux", "arc"]' target_devices: level_zero:gpu;opencl:gpu;level_zero_v2:gpu @@ -256,11 +251,6 @@ jobs: runner: '["Linux", "cuda"]' image_options: -u 1001 --gpus all --cap-add SYS_ADMIN target_devices: cuda:gpu - - name: AMD/HIP - runner: '["Linux", "amdgpu"]' - image_options: -u 1001 --device=/dev/dri --device=/dev/kfd - target_devices: hip:gpu - extra_lit_opts: -j 1 uses: ./.github/workflows/sycl-linux-run-tests.yml with: diff --git a/.github/workflows/sycl-nightly.yml b/.github/workflows/sycl-nightly.yml index c8f7905623182..ddf134265786c 100644 --- a/.github/workflows/sycl-nightly.yml +++ b/.github/workflows/sycl-nightly.yml @@ -40,7 +40,7 @@ jobs: secrets: inherit with: build_cache_root: "/__w/" - build_configure_extra_args: '--hip --cuda -DSYCL_BUILD_INFO="Nightly ${{ needs.get_date.outputs.date }}"' + build_configure_extra_args: '--cuda -DSYCL_BUILD_INFO="Nightly ${{ needs.get_date.outputs.date }}"' build_image: ghcr.io/intel/llvm/ubuntu2204_build:latest retention-days: 90 @@ -57,7 +57,7 @@ jobs: with: build_cache_root: "/__w/" build_cache_suffix: sprod_shared - build_configure_extra_args: '--shared-libs --hip --cuda --native_cpu --no-assertions' + build_configure_extra_args: '--shared-libs --cuda --native_cpu --no-assertions' build_target: all toolchain_artifact: sycl_linux_sprod_shared diff --git a/.github/workflows/ur-precommit.yml b/.github/workflows/ur-precommit.yml index c683429df30d3..3bb7e2f9be763 100644 --- a/.github/workflows/ur-precommit.yml +++ b/.github/workflows/ur-precommit.yml @@ -70,9 +70,6 @@ jobs: runner: UR_L0 other_adapter: NATIVE_CPU image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN - - name: HIP - runner: UR_HIP - image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --cap-add=SYS_ADMIN - name: CUDA runner: UR_CUDA image_options: -u 1001 --privileged --cap-add SYS_ADMIN --gpus all