Skip to content

Commit ed2863c

Browse files
committed
Add comment
1 parent 5b3c13d commit ed2863c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp/include/rmm/detail/runtime_capabilities.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ struct export_handle_type {
8585
* @return false if unsupported
8686
*/
8787
#ifdef __CUDACC__
88+
// This suppression was needed due to a false positive warning from nvcc. We
89+
// should be able to remove it altogether once we rework the thrust allocator.
8890
#pragma nv_diag_suppress 20011
8991
#endif
9092
struct hwdecompress {

0 commit comments

Comments
 (0)