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 a657810 commit fe67204Copy full SHA for fe67204
GPU/GPUTracking/Base/hip/GPUReconstructionHIPIncludesSystem.h
@@ -22,11 +22,8 @@
22
#include <hip/hip_runtime.h>
23
#include <hip/hip_ext.h>
24
#include <hipcub/hipcub.hpp>
25
-#pragma GCC diagnostic push
26
-#pragma GCC diagnostic ignored "-Wshadow" // FIXME: Is this still needed?
27
#include <thrust/sort.h>
28
#include <thrust/execution_policy.h>
29
#include <thrust/device_ptr.h>
30
-#pragma GCC diagnostic pop
31
32
#endif // O2_GPU_RECONSTRUCTIONHIPINCLUDESSYSTEM_H
0 commit comments