Skip to content

Commit

Permalink
Remove dim default val
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan committed Jul 10, 2024
1 parent e0b8a57 commit cf94e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml/src/ggml-sycl/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ inline sycl::vec<Tp, n> vec_aligned_load(const Tp* aligned_ptr) {
}

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

0 comments on commit cf94e5d

Please sign in to comment.