We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3c13d commit ed2863cCopy full SHA for ed2863c
cpp/include/rmm/detail/runtime_capabilities.hpp
@@ -85,6 +85,8 @@ struct export_handle_type {
85
* @return false if unsupported
86
*/
87
#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.
90
#pragma nv_diag_suppress 20011
91
#endif
92
struct hwdecompress {
0 commit comments