[Openmp-commits] [openmp] [OpenMP] Fix build breakage (NFC) (PR #80313)
Kelvin Li via Openmp-commits
openmp-commits at lists.llvm.org
Thu Feb 1 09:56:47 PST 2024
kkwli wrote:
> Sorry about that, I forgot that `CUdeviceptr` is a `uintptr_t` instead of a `void *` in CUDA's headers. The input `*ptr` is intended to be an output variable, so we should set it to zero instead of `nullptr`.
I see. I will set it to zero here. Thanks.
https://github.com/llvm/llvm-project/pull/80313
More information about the Openmp-commits
mailing list