Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fineg74 committed Feb 6, 2024
1 parent 4875b4a commit e7aa2aa
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions sycl/include/sycl/ext/intel/esimd/detail/memory_intrin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,11 @@ __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_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::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

0 comments on commit e7aa2aa

Please sign in to comment.