Closed
Description
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.