Skip to content

Commit 2eccb85

Browse files
clang-format
1 parent 5a5751d commit 2eccb85

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

sycl/include/sycl/detail/vector_convert.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -896,8 +896,8 @@ vec<convertT, NumElements> vec<DataT, NumElements>::convert() const {
896896
sycl::half, /*->*/ sycl::detail::half_impl::StorageT, //
897897
sycl::ext::oneapi::bfloat16,
898898
/*->*/ sycl::ext::oneapi::bfloat16::Bfloat16StorageT, //
899-
char, /*->*/ detail::ConvertToOpenCLType_t<char>, //
900-
DataT, /*->*/ DataT //
899+
char, /*->*/ detail::ConvertToOpenCLType_t<char>, //
900+
DataT, /*->*/ DataT //
901901
>::type
902902
#else
903903
DataT

sycl/test-e2e/DeviceLib/built-ins/printf.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ int main() {
6262
using ocl_int4 = int __attribute__((ext_vector_type(4)));
6363
{
6464
static const CONSTANT char format[] = "%v4hld\n";
65-
ext::oneapi::experimental::printf(format, sycl::bit_cast<ocl_int4>(v4));
65+
ext::oneapi::experimental::printf(format,
66+
sycl::bit_cast<ocl_int4>(v4));
6667
}
6768

6869
// However, you are still able to print them by-element:

0 commit comments

Comments
 (0)