You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The case for PI_DEVICE_INFO_ATOMIC_64 is currently not implemented in sycl/plugins/hip/pi_hip.cpp, so get_device_info receives PI_INVALID_VALUE. But without the 'template <> struct get_device_info<bool, info::device::atomic64>' specialization from sycl/source/detail/device_info.hpp (this specialization is planned to be removed), PI_INVALID_VALUE will cause some tests to fail.