When I use the NVIDIA TESLA T4 series graphics card on the CENTOS8 system of the aarch64 system to accelerate OPENCL computing. When compiling OPENCL kernel program (clBuildProgram), it always returns - 11 (CL_BUILD_PROGRAM_FAILURE) When using clGetProgramBuildInfo to print log information, it always returns empty content. The log size is 1. Do NVIDIA TESLAT4 graphics cards support OPENCL under AARCH64 CENTROS 8 or 7? The compiler is G++. thanks!!!
got the same error under ubuntu20.04 with 3090, driver 525 cuda 12.0
NVIDIA OpenCL is supported only on x86_64 Windows and Linux, not supported on Aarch64 (as per Open Computing Language OpenCL | NVIDIA Developer)
thanks a lot. Is there a plan to support OpenCL in aarch64? and when?