Skip to content

Commit

Permalink
Add back nv_diag_suppress for dyanmic init warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
mythrocks committed Feb 18, 2022
1 parent 61b155b commit 8a95f30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions java/src/main/native/src/row_conversion.cu
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ constexpr auto NUM_VALIDITY_TILES_PER_KERNEL_LOADED = 2;

constexpr auto MAX_BATCH_SIZE = std::numeric_limits<cudf::size_type>::max();

// needed to suppress warning about cuda::barrier
#pragma nv_diag_suppress static_var_with_dynamic_init

using namespace cudf;
using detail::make_device_uvector_async;
using rmm::device_uvector;
Expand Down

0 comments on commit 8a95f30

Please sign in to comment.