When running computecpp_info on a machine with an AMD processor the output shows the AMD GPU is supported. This is also reported when running clinfo.
For example:
--------------------------------------------------------------------------------
Device 0:
Device is supported : UNTESTED - Device not tested on this OS
CL_DEVICE_NAME : gfx904
CL_DEVICE_VENDOR : Advanced Micro Devices, Inc.
CL_DRIVER_VERSION : 2639.5 (PAL,HSAIL)
CL_DEVICE_TYPE : CL_DEVICE_TYPE_GPU
--------------------------------------------------------------------------------
When executing ComputeCpp compiled binaries for this GPU errors will occur including:
-
cl::sycl::compile_program_error
fromcreate_program_for_kernel_impl()
- terminate called after throwing an instance of
‘cl::sycl::detail::exception_implementation<(cl::sycl::detail::exception_types)9,
cl::sycl::detail::exception_implementation<(cl::sycl::detail::exception_types)6, cl::sycl::exception> >’