Skip to content

Commit cf94e5d

Browse files
author
Aidan
committed
Remove dim default val
1 parent e0b8a57 commit cf94e5d

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
@@ -347,7 +347,7 @@ inline sycl::vec<Tp, n> vec_aligned_load(const Tp* aligned_ptr) {
347347
}
348348

349349
// Helper for accessing pointers with no warnings
350-
template <typename Tp, int dim = 1>
350+
template <typename Tp, int dim>
351351
static __dpct_inline__ Tp* get_pointer(sycl::local_accessor<Tp, dim> acc) {
352352
return acc.template get_multi_ptr<sycl::access::decorated::no>().get();
353353
}

0 commit comments

Comments
 (0)