diff --git a/offload/test/offloading/CUDA/thread_and_block_id.cu b/offload/test/offloading/CUDA/thread_and_block_id.cu index 30b87659d2eed..76c45a7992a46 100644 --- a/offload/test/offloading/CUDA/thread_and_block_id.cu +++ b/offload/test/offloading/CUDA/thread_and_block_id.cu @@ -12,6 +12,7 @@ // UNSUPPORTED: nvptx64-nvidia-cuda-LTO // UNSUPPORTED: amdgcn-amd-amdhsa-LTO // UNSUPPORTED: amdgpu-amd-amdhsa-LTO +// UNSUPPORTED: intelgpu #include #include diff --git a/offload/test/offloading/HIP/thread_and_block_id.hip b/offload/test/offloading/HIP/thread_and_block_id.hip index c9c33c55d72fb..5f9ff157d2a9c 100644 --- a/offload/test/offloading/HIP/thread_and_block_id.hip +++ b/offload/test/offloading/HIP/thread_and_block_id.hip @@ -12,6 +12,7 @@ // UNSUPPORTED: nvptx64-nvidia-cuda-LTO // UNSUPPORTED: amdgcn-amd-amdhsa-LTO // UNSUPPORTED: amdgpu-amd-amdhsa-LTO +// UNSUPPORTED: intelgpu #include #include