Skip to content

Commit 19dc47c

Browse files
committed
remove useless use_xmx
1 parent abe594a commit 19dc47c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ggml-sycl.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15227,12 +15227,6 @@ static void ggml_sycl_mul_mat(const ggml_tensor * src0, const ggml_tensor * src1
1522715227
}
1522815228
}
1522915229

15230-
#ifdef SYCL_USE_XMX
15231-
bool use_xmx = true;
15232-
#else
15233-
bool use_xmx = false;
15234-
#endif
15235-
1523615230
// check data types and tensor shapes for custom matrix multiplication kernels:
1523715231
bool use_dequantize_mul_mat_vec = (ggml_is_quantized(src0->type) || src0->type == GGML_TYPE_F16)
1523815232
&& src1->type == GGML_TYPE_F32 && dst->type == GGML_TYPE_F32

0 commit comments

Comments
 (0)