Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL] Enable shuffle tests on HIP AMD. #487

Merged
merged 1 commit into from
Oct 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion SYCL/SubGroup/generic-shuffle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
//
// Missing __spirv_SubgroupShuffleINTEL, __spirv_SubgroupShuffleUpINTEL,
// __spirv_SubgroupShuffleDownINTEL, __spirv_SubgroupShuffleXorINTEL on AMD
// XFAIL: hip_amd
//
//==-- generic_shuffle.cpp - SYCL sub_group generic shuffle test *- C++ -*--==//
//
Expand Down
1 change: 0 additions & 1 deletion SYCL/SubGroup/shuffle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
//
// Missing __spirv_SubgroupShuffleINTEL, __spirv_SubgroupShuffleUpINTEL,
// __spirv_SubgroupShuffleDownINTEL, __spirv_SubgroupShuffleXorINTEL on AMD
// XFAIL: hip_amd
//
//==------------ shuffle.cpp - SYCL sub_group shuffle test -----*- C++ -*---==//
//
Expand Down
4 changes: 4 additions & 0 deletions SYCL/SubGroup/shuffle_fp16.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
// Missing __spirv_SubgroupShuffleINTEL, __spirv_SubgroupShuffleUpINTEL,
// __spirv_SubgroupShuffleDownINTEL, __spirv_SubgroupShuffleXorINTEL on AMD
// XFAIL: hip_amd
// Even though `gfx908` and `gfx906` support halfs, libspirv is currently
// built with `tahiti` as the target CPU, which means that clang rejects
// AMD built-ins using halfs, for that reason half support has to stay
// disabled.
//
//==------- shuffle_fp16.cpp - SYCL sub_group shuffle test -----*- C++ -*---==//
//
Expand Down
1 change: 0 additions & 1 deletion SYCL/SubGroup/shuffle_fp64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
//
// Missing __spirv_SubgroupShuffleINTEL, __spirv_SubgroupShuffleUpINTEL,
// __spirv_SubgroupShuffleDownINTEL, __spirv_SubgroupShuffleXorINTEL on AMD
// XFAIL: hip_amd
//
//==------- shuffle_fp64.cpp - SYCL sub_group shuffle test -----*- C++ -*---==//
//
Expand Down