[all-commits] [llvm/llvm-project] 6553dc: [NVPTX] Support the OpenCL generic addrspace featu...
Fraser Cormack via All-commits
all-commits at lists.llvm.org
Wed May 21 01:55:34 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6553dc30b8e760ae8e11f6c1d635c34d0232e2c3
https://github.com/llvm/llvm-project/commit/6553dc30b8e760ae8e11f6c1d635c34d0232e2c3
Author: Fraser Cormack <fraser at codeplay.com>
Date: 2025-05-21 (Wed, 21 May 2025)
Changed paths:
M clang/lib/Basic/Targets/NVPTX.h
M clang/test/Misc/nvptx.languageOptsOpenCL.cl
Log Message:
-----------
[NVPTX] Support the OpenCL generic addrspace feature by default (#137940)
As best as I can see, all NVPTX architectures support the generic
address space.
I note there's a FIXME in the target's address space map about 'generic'
still having to be added to the target but we haven't observed any
issues with it downstream. The generic address space is mapped to the
same target address space as default/private (0), but this isn't
necessarily a problem for users.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list