align i-major and j-major
This commit is contained in:
parent
62e4954d3f
commit
8b26bc388a
|
|
@ -442,8 +442,7 @@ namespace ggml_cuda_mma {
|
||||||
T x[ne] = {0};
|
T x[ne] = {0};
|
||||||
|
|
||||||
static constexpr __device__ bool supported() {
|
static constexpr __device__ bool supported() {
|
||||||
if (I == 16 && J == 16) return true;
|
return tile<I_, J_, T, DATA_LAYOUT_I_MAJOR>::supported();
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static __device__ __forceinline__ int get_i(const int l) {
|
static __device__ __forceinline__ int get_i(const int l) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue