[openmp][amdgpu] Replace unsigned long with uint64_t
authorJon Chesterfield <jonathanchesterfield@gmail.com>
Mon, 10 Jan 2022 22:19:29 +0000 (22:19 +0000)
committerJon Chesterfield <jonathanchesterfield@gmail.com>
Mon, 10 Jan 2022 22:19:30 +0000 (22:19 +0000)
commita74826d30a2ef900078cd2e18ae534e3e37691c0
tree1fab32b485585bab4ded5ccec6291a81dd9f1b34
parenta765eea153897eee00eda6a68a9e7d4d84c823b8
[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
openmp/libomptarget/plugins/amdgpu/impl/internal.h
openmp/libomptarget/plugins/amdgpu/src/rtl.cpp