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 fa09fb1 commit 30bbc4fCopy full SHA for 30bbc4f
1 file changed
csrc/ops.cu
@@ -11,8 +11,8 @@
11
#define ERR_NOT_IMPLEMENTED 100
12
13
#if BNB_HIP
14
-#include <hip/hip_runtime.h>
15
#include <atomic>
+#include <hip/hip_runtime.h>
16
17
// NOTE: This queries device 0 once and caches the result. On mixed RDNA+CDNA
18
// systems (warp size 32 vs 64) this will return the wrong value for whichever
0 commit comments