Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fineg74 committed Feb 6, 2024
1 parent 87b01cf commit 4875b4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 6 additions & 4 deletions sycl/include/sycl/ext/intel/esimd/detail/memory_intrin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,12 @@ __esimd_lsc_load_bti(__ESIMD_DNS::simd_mask_storage_t<N> pred,

// flat_read4 does flat-address gather4
template <typename Ty, int N, __ESIMD_NS::rgba_channel_mask Mask>
__ESIMD_DNS::vector_type_t<Ty, N * get_num_channels_enabled(Mask)>
__ESIMD_INTRIN __esimd_svm_gather4_scaled(
__ESIMD_DNS::vector_type_t<uint64_t, N> addrs,
__ESIMD_DNS::simd_mask_storage_t<N> pred = 1) __ESIMD_INTRIN_END;
__ESIMD_DNS::vector_type_t<Ty,
N * get_num_channels_enabled(Mask)>
__ESIMD_INTRIN
__esimd_svm_gather4_scaled(__ESIMD_DNS::vector_type_t<uint64_t, N> addrs,
__ESIMD_DNS::simd_mask_storage_t<N> pred = 1)
__ESIMD_INTRIN_END;

// flat_write does flat-address scatter
template <typename Ty, int N, __ESIMD_NS::rgba_channel_mask Mask>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//==------- scatter_usm_legacy.cpp - DPC++ ESIMD on-device test
//-------------==//
//==------- scatter_usm_legacy.cpp - DPC++ ESIMD on-device test -----------==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down

0 comments on commit 4875b4a

Please sign in to comment.