Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
iMartyan committed Jul 12, 2024
1 parent 3211b7e commit 479cb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rng/backends/mklcpu/cpu_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ template <typename Engine, typename Distr>
class kernel_name_usm {};

template <typename Acc>
typename Acc::value_type* get_raw_ptr(Acc acc) {
typename Acc::value_type *get_raw_ptr(Acc acc) {
// Workaround for AdaptiveCPP, as they do not yet support the get_multi_ptr function
#ifndef __HIPSYCL__
return acc.template get_multi_ptr<sycl::access::decorated::no>().get_raw();
Expand Down

0 comments on commit 479cb68

Please sign in to comment.