Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I'd change the patch title:
- [NVPTX] -> [cuda, NVPTX] as these are clang changes, not NVPTX back-end.
- overloads -> builtins
clang/include/clang/Basic/BuiltinsNVPTX.def | ||
---|---|---|
862 | One thing that bugs me is that ldg should technically be a TARGET_BUILTIN(..., AND(PTX31,SM_32)). Oh, well, that train is gone now that pre-sm3x GPUs are no longer supported by NVIDIA anyways. |
One thing that bugs me is that ldg should technically be a TARGET_BUILTIN(..., AND(PTX31,SM_32)).
Oh, well, that train is gone now that pre-sm3x GPUs are no longer supported by NVIDIA anyways.