HIP : fix RDNA4 build (#17792)
This commit is contained in:
parent
1be97831e4
commit
6016d0bd41
|
|
@ -577,14 +577,13 @@ namespace ggml_cuda_mma {
|
||||||
const int64_t * xs1 = xs + 2;
|
const int64_t * xs1 = xs + 2;
|
||||||
xi[2] = xs1[0];
|
xi[2] = xs1[0];
|
||||||
xi[3] = xs1[1];
|
xi[3] = xs1[1];
|
||||||
|
|
||||||
}else{
|
|
||||||
NO_DEVICE_CODE;
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
NO_DEVICE_CODE;
|
|
||||||
}
|
|
||||||
#endif // defined(RDNA4)
|
#endif // defined(RDNA4)
|
||||||
|
} else {
|
||||||
|
NO_DEVICE_CODE;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
NO_DEVICE_CODE;
|
||||||
|
}
|
||||||
#else
|
#else
|
||||||
#pragma unroll
|
#pragma unroll
|
||||||
for (int l = 0; l < t.ne; ++l) {
|
for (int l = 0; l < t.ne; ++l) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue