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 f4586ee commit b049315Copy full SHA for b049315
ggml/src/ggml-cuda/fattn-wmma-f16.cu
@@ -15,7 +15,6 @@ namespace wmma = mtmusa::wmma;
15
namespace wmma = nvcuda::wmma;
16
#endif // GGML_USE_MUSA
17
#elif defined(GGML_HIP_ROCWMMA_FATTN) && defined(FP16_MMA_AVAILABLE)
18
-#undef HIP_ENABLE_WARP_SYNC_BUILTINS // conflicts with rocWMMA headers
19
#include <rocwmma/rocwmma.hpp>
20
namespace wmma = rocwmma;
21
#endif // !defined(GGML_USE_HIP)
ggml/src/ggml-cuda/vendors/hip.h
@@ -1,6 +1,6 @@
1
#pragma once
2
3
-#define HIP_ENABLE_WARP_SYNC_BUILTINS 1
+#define HIP_DISABLE_WARP_SYNC_BUILTINS 1
4
#include <hip/hip_runtime.h>
5
#include <hipblas/hipblas.h>
6
#include <hip/hip_fp16.h>
0 commit comments