|
|
@@ -15,7 +15,6 @@ namespace wmma = mtmusa::wmma;
|
|
|
namespace wmma = nvcuda::wmma;
|
|
|
#endif // GGML_USE_MUSA
|
|
|
#elif defined(GGML_HIP_ROCWMMA_FATTN) && defined(FP16_MMA_AVAILABLE)
|
|
|
-#undef HIP_ENABLE_WARP_SYNC_BUILTINS // conflicts with rocWMMA headers
|
|
|
#include <rocwmma/rocwmma.hpp>
|
|
|
namespace wmma = rocwmma;
|
|
|
#endif // !defined(GGML_USE_HIP)
|