[all-commits] [llvm/llvm-project] c65006: [NVPTX] Add a clang builtin for the `warpsize` int...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Sep 27 13:53:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c6500671ed3352ce4f7fb1e0411b66e74a6ea3da
https://github.com/llvm/llvm-project/commit/c6500671ed3352ce4f7fb1e0411b66e74a6ea3da
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-09-27 (Fri, 27 Sep 2024)
Changed paths:
M clang/include/clang/Basic/BuiltinsNVPTX.def
M clang/test/CodeGen/builtins-nvptx.c
Log Message:
-----------
[NVPTX] Add a clang builtin for the `warpsize` intrinsic (#110316)
Summary:
There's an intrinsic for the warp size, we want to expose this to make
the interface proposed in
https://github.com/llvm/llvm-project/pull/110179 more generic.
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