Skip to content

Commit

Permalink
Update cpp/src/interop/detail/arrow_allocator.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Harris <[email protected]>
  • Loading branch information
robertmaynard and harrism authored Aug 16, 2021
1 parent ab3ffbe commit fe80637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/interop/detail/arrow_allocator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ std::unique_ptr<arrow::Buffer> 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
Expand Down

0 comments on commit fe80637

Please sign in to comment.