[libclc] [libclc] Initial support for cross-compiling OpenCL libraries (PR #174022)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 4 06:31:37 PST 2026


================
@@ -206,10 +218,12 @@ set( r600--_devices cedar cypress barts cayman )
 set( amdgcn--_devices tahiti )
 set( amdgcn-mesa-mesa3d_devices ${amdgcn--_devices} )
 set( amdgcn--amdhsa_devices none )
+set( amdgcn-amd-amdhsa_devices none )
 set( clspv--_devices none )
 set( clspv64--_devices none )
 set( nvptx--_devices none )
 set( nvptx64--_devices none )
+set( nvptx64-nvidia-cuda_devices none )
----------------
jhuber6 wrote:

Yeah, probably. I don't really know anything about OpenCL on NVIDIA but I'm just trying to make things work with the normal compute triples. What would that require?

https://github.com/llvm/llvm-project/pull/174022


More information about the cfe-commits mailing list