[all-commits] [llvm/llvm-project] a74826: [openmp][amdgpu] Replace unsigned long with uint64_t
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Mon Jan 10 14:19:45 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a74826d30a2ef900078cd2e18ae534e3e37691c0
https://github.com/llvm/llvm-project/commit/a74826d30a2ef900078cd2e18ae534e3e37691c0
Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
Date: 2022-01-10 (Mon, 10 Jan 2022)
Changed paths:
M openmp/libomptarget/plugins/amdgpu/impl/internal.h
M openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
Log Message:
-----------
[openmp][amdgpu] Replace unsigned long with uint64_t
Some types need to be 64 bit. Unsigned long is a hazard there.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D116963
More information about the All-commits
mailing list