Should ComputeCPP community edition work on my Fedora 33 Xeon 5122 GTX1080 System?
I thought it would since I have CUDA HPC SDK working(in path by default), and Clang 11 OpenMP offload working(not in path by default).
When I try computecpp_info I see:
********************************************************************************
ComputeCpp Info (CE 2.3.0 2020/11/19)
SYCL 1.2.1 revision 3
********************************************************************************
Device Info:
Discovered 2 devices matching:
platform : <any>
device type : <any>
--------------------------------------------------------------------------------
Device 0:
Device is supported : NO - Please refer to the website for more info about the PTX backend on the Platform Support page
Bitcode targets : ptx64
CL_DEVICE_NAME : GeForce GTX 1080
CL_DEVICE_VENDOR : NVIDIA Corporation
CL_DRIVER_VERSION : 460.27.04
CL_DEVICE_TYPE : CL_DEVICE_TYPE_GPU
--------------------------------------------------------------------------------
Device 1:
Device is supported : NO - No bitcode target found
Bitcode targets :
CL_DEVICE_NAME : pthread-Intel(R) Xeon(R) Gold 5122 CPU @ 3.60GHz
CL_DEVICE_VENDOR : GenuineIntel
CL_DRIVER_VERSION : 1.5
CL_DEVICE_TYPE : CL_DEVICE_TYPE_CPU
If you encounter problems when using any of these OpenCL devices, please consult
this website for known issues:
https://developer.codeplay.com/products/computecpp/ce/guides/platform-support?version=2.3.0
********************************************************************************