Skip to content

Commit

Permalink
Apply clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
ndellingwood committed Feb 13, 2024
1 parent 76b1503 commit e21fd3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/Kokkos_CopyViews.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@ contiguous_fill_or_memset(
#endif
)
// FIXME intel/19 icpc fails to deduce template parameters here,
// resulting in compilation errors; explicitly passing the template
// resulting in compilation errors; explicitly passing the template
// parameters to ZeroMemset helps workaround the issue
// See https://github.com/kokkos/kokkos/issues/6775
ZeroMemset<ExecutionSpace, View<DT, DP...>>(exec_space, dst);
Expand Down Expand Up @@ -1396,7 +1396,7 @@ contiguous_fill_or_memset(
#ifndef KOKKOS_ARCH_A64FX
if (Impl::is_zero_byte(value))
// FIXME intel/19 icpc fails to deduce template parameters here,
// resulting in compilation errors; explicitly passing the template
// resulting in compilation errors; explicitly passing the template
// parameters to ZeroMemset helps workaround the issue
// See https://github.com/kokkos/kokkos/issues/6775
ZeroMemset<exec_space_type, ViewType>(exec, dst);
Expand Down

0 comments on commit e21fd3a

Please sign in to comment.