[all-commits] [llvm/llvm-project] 046886: [libc] Fix the GPU build for the hashing support (...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Nov 29 07:04:53 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0468867c982c9438cf1e9adb71709cb9c7d66391
https://github.com/llvm/llvm-project/commit/0468867c982c9438cf1e9adb71709cb9c7d66391
Author: Joseph Huber <huberjn at outlook.com>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
M libc/src/__support/HashTable/CMakeLists.txt
M libc/src/__support/HashTable/generic/bitmask_impl.inc
Log Message:
-----------
[libc] Fix the GPU build for the hashing support (#73799)
Summary:
For reasons unknown to me, this function is undefined only on the GPU
build if you use `uintptr_t` but not `uint64_t` directly. This patch
makes an ifdef to use this directly for the GPU build to fix the bots.
More information about the All-commits
mailing list