Skip to content

Commit 30bbc4f

Browse files
authored
Fix linting issues
1 parent fa09fb1 commit 30bbc4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csrc/ops.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#define ERR_NOT_IMPLEMENTED 100
1212

1313
#if BNB_HIP
14-
#include <hip/hip_runtime.h>
1514
#include <atomic>
15+
#include <hip/hip_runtime.h>
1616

1717
// NOTE: This queries device 0 once and caches the result. On mixed RDNA+CDNA
1818
// systems (warp size 32 vs 64) this will return the wrong value for whichever

0 commit comments

Comments
 (0)