Skip to content

Commit f39483e

Browse files
committed
remove useless use_xmx
1 parent 171f08a commit f39483e

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
@@ -15207,12 +15207,6 @@ static void ggml_sycl_mul_mat(const ggml_tensor * src0, const ggml_tensor * src1
1520715207
}
1520815208
}
1520915209

15210-
#ifdef SYCL_USE_XMX
15211-
bool use_xmx = true;
15212-
#else
15213-
bool use_xmx = false;
15214-
#endif
15215-
1521615210
// check data types and tensor shapes for custom matrix multiplication kernels:
1521715211
bool use_dequantize_mul_mat_vec = (ggml_is_quantized(src0->type) || src0->type == GGML_TYPE_F16)
1521815212
&& src1->type == GGML_TYPE_F32 && dst->type == GGML_TYPE_F32

0 commit comments

Comments
 (0)