[libclc] [libclc] Update build instructions in readme (PR #111369)
David Spickett via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 7 07:24:44 PDT 2024
================
@@ -23,29 +23,41 @@ generic implementations of most library requirements, allowing the target
to override the generic implementation at the granularity of individual
functions.
-libclc currently only supports the PTX target, but support for more
+libclc currently supports NVPTX, AMDGPU and SPIRV targets, but support for more
----------------
DavidSpickett wrote:
I didn't add those mostly because I've got 0 idea what they are :)
Do you mean that someone may read this list and think that if libclc supports X then LLVM must have a target for X also? I wouldn't myself, but I'm far too biased to be useful here.
Perhaps instead of using the backend names (NVPTX) I should use ones from the folder names? amdgcn, ptx, spirv etc.
https://github.com/llvm/llvm-project/pull/111369
More information about the cfe-commits
mailing list