From fe80637f4ac72afc1c5551e8e471602917854fcb Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Mon, 16 Aug 2021 17:29:48 -0400 Subject: [PATCH] Update cpp/src/interop/detail/arrow_allocator.cpp Co-authored-by: Mark Harris --- cpp/src/interop/detail/arrow_allocator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/interop/detail/arrow_allocator.cpp b/cpp/src/interop/detail/arrow_allocator.cpp index 54fa50d03cb..cb67c893573 100644 --- a/cpp/src/interop/detail/arrow_allocator.cpp +++ b/cpp/src/interop/detail/arrow_allocator.cpp @@ -23,7 +23,7 @@ std::unique_ptr allocate_arrow_buffer(const int64_t size, arrow:: { /* nvcc 11.0 generates Internal Compiler Error during codegen when arrow::AllocateBuffer - and `ValueOrDie` or are used inside a CUDA compilation unit. + and `ValueOrDie` are used inside a CUDA compilation unit. To work around this issue we compile an allocation shim in C++ and use that from our cuda sources