clean up merge conflicts
This commit is contained in:
parent
48afe04ca3
commit
c770ca2812
|
|
@ -3024,13 +3024,9 @@ static __device__ __forceinline__ void mmq_write_back_mma(
|
||||||
const int i0 = (threadIdx.y / ntx) * (ntx*tile_C::I);
|
const int i0 = (threadIdx.y / ntx) * (ntx*tile_C::I);
|
||||||
#if defined(TURING_MMA_AVAILABLE) || defined(AMD_MFMA_AVAILABLE) || defined(AMD_WMMA_AVAILABLE)
|
#if defined(TURING_MMA_AVAILABLE) || defined(AMD_MFMA_AVAILABLE) || defined(AMD_WMMA_AVAILABLE)
|
||||||
static_assert(nwarps*tile_C::I == mmq_y, "nwarps*tile_C::I != mmq_y");
|
static_assert(nwarps*tile_C::I == mmq_y, "nwarps*tile_C::I != mmq_y");
|
||||||
<<<<<<< HEAD
|
|
||||||
#else
|
#else
|
||||||
GGML_UNUSED(nwarps);
|
GGML_UNUSED(nwarps);
|
||||||
#endif // defined(AMD_MFMA_AVAILABLE) || defined(TURING_MMA_AVAILABLE)
|
|
||||||
=======
|
|
||||||
#endif // defined(AMD_MFMA_AVAILABLE) || defined(TURING_MMA_AVAILABLE) || defined(AMD_WMMA_AVAILABLE)
|
#endif // defined(AMD_MFMA_AVAILABLE) || defined(TURING_MMA_AVAILABLE) || defined(AMD_WMMA_AVAILABLE)
|
||||||
>>>>>>> 1912f816 (first commit naive test to enable mmq for RDNA4)
|
|
||||||
|
|
||||||
#pragma unroll
|
#pragma unroll
|
||||||
for (int j0 = 0; j0 < mmq_x; j0 += ntx*tile_C::J) {
|
for (int j0 = 0; j0 < mmq_x; j0 += ntx*tile_C::J) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue