Skip to content

Commit 8f123ae

Browse files
committed
SYCL: clean comments step 2
1 parent cb0daca commit 8f123ae

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

ggml/src/ggml-sycl/ggml-sycl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4648,7 +4648,6 @@ static void *ggml_backend_sycl_reg_get_proc_address(ggml_backend_reg_t reg, cons
46484648
// SYCL doesn't support registering host memory, left here for reference
46494649
// "ggml_backend_register_host_buffer"
46504650
// "ggml_backend_unregister_host_buffer"
4651-
// doing this to make the compiler happy
46524651
(void) name;
46534652
return nullptr;
46544653
}

ggml/src/ggml-sycl/mmq.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
#include "mmq.hpp"
1414
#include "vecdotq.hpp"
1515

16-
17-
1816
typedef void (*allocate_tiles_sycl_t)(
1917
int** x_ql,
2018
sycl::half2** x_dm,

ggml/src/ggml-sycl/wkv6.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ static void rwkv_wkv_f32_kernel(
5959
float y = 0;
6060

6161
// Process in chunks of 4 for better vectorization
62-
// TODO: What's the purpose of kv4?
6362
sycl::float4 k4, r4, tf4, td4, s4;
6463
#pragma unroll
6564
for (int j = 0; j < head_size; j += 4) {

0 commit comments

Comments
 (0)