From 4875b4a1e35153f3da948467fa48e00724ead8c6 Mon Sep 17 00:00:00 2001 From: "Fine, Gregory" Date: Tue, 6 Feb 2024 14:02:12 -0800 Subject: [PATCH] Address PR comments --- .../sycl/ext/intel/esimd/detail/memory_intrin.hpp | 10 ++++++---- .../ESIMD/unified_memory_api/scatter_usm_legacy.cpp | 3 +-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/sycl/include/sycl/ext/intel/esimd/detail/memory_intrin.hpp b/sycl/include/sycl/ext/intel/esimd/detail/memory_intrin.hpp index 73cc7fe499677..b5050008ec71b 100644 --- a/sycl/include/sycl/ext/intel/esimd/detail/memory_intrin.hpp +++ b/sycl/include/sycl/ext/intel/esimd/detail/memory_intrin.hpp @@ -276,10 +276,12 @@ __esimd_lsc_load_bti(__ESIMD_DNS::simd_mask_storage_t pred, // flat_read4 does flat-address gather4 template -__ESIMD_DNS::vector_type_t - __ESIMD_INTRIN __esimd_svm_gather4_scaled( - __ESIMD_DNS::vector_type_t addrs, - __ESIMD_DNS::simd_mask_storage_t pred = 1) __ESIMD_INTRIN_END; +__ESIMD_DNS::vector_type_t +__ESIMD_INTRIN +__esimd_svm_gather4_scaled(__ESIMD_DNS::vector_type_t addrs, + __ESIMD_DNS::simd_mask_storage_t pred = 1) + __ESIMD_INTRIN_END; // flat_write does flat-address scatter template diff --git a/sycl/test-e2e/ESIMD/unified_memory_api/scatter_usm_legacy.cpp b/sycl/test-e2e/ESIMD/unified_memory_api/scatter_usm_legacy.cpp index 6f382244920dd..8ef57f63abf37 100644 --- a/sycl/test-e2e/ESIMD/unified_memory_api/scatter_usm_legacy.cpp +++ b/sycl/test-e2e/ESIMD/unified_memory_api/scatter_usm_legacy.cpp @@ -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.