Skip to content

Commit 70bd412

Browse files
author
Aidan
committed
Remove dim default val
1 parent 4d89e62 commit 70bd412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-sycl/common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ inline sycl::vec<Tp, n> vec_aligned_load(const Tp* aligned_ptr) {
358358
}
359359

360360
// Helper for accessing pointers with no warnings
361-
template <typename Tp, int dim = 1>
361+
template <typename Tp, int dim>
362362
static __dpct_inline__ Tp* get_pointer(sycl::local_accessor<Tp, dim> acc) {
363363
return acc.template get_multi_ptr<sycl::access::decorated::no>().get();
364364
}

0 commit comments

Comments
 (0)