Skip to content

Commit 265eee1

Browse files
committed
Revert format change
Signed-off-by: Julian Oppermann <[email protected]>
1 parent 92dce3d commit 265eee1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

sycl-jit/jit-compiler/lib/rtc/DeviceCompilation.cpp

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -491,18 +491,17 @@ static bool getDeviceLibraries(const ArgList &Args,
491491
using SYCLDeviceLibsList = SmallVector<DeviceLibOptInfo, 5>;
492492

493493
const SYCLDeviceLibsList SYCLDeviceWrapperLibs = {
494-
{"libsycl-crt", "libc"},
495-
{"libsycl-complex", "libm-fp32"},
496-
{"libsycl-complex-fp64", "libm-fp64"},
497-
{"libsycl-cmath", "libm-fp32"},
498-
{"libsycl-cmath-fp64", "libm-fp64"},
494+
{"libsycl-crt", "libc"},
495+
{"libsycl-complex", "libm-fp32"},
496+
{"libsycl-complex-fp64", "libm-fp64"},
497+
{"libsycl-cmath", "libm-fp32"},
498+
{"libsycl-cmath-fp64", "libm-fp64"},
499499
#if defined(_WIN32)
500-
{"libsycl-msvc-math", "libm-fp32"},
500+
{"libsycl-msvc-math", "libm-fp32"},
501501
#endif
502-
{"libsycl-imf", "libimf-fp32"},
503-
{"libsycl-imf-fp64", "libimf-fp64"},
504-
{"libsycl-imf-bf16", "libimf-bf16"}
505-
};
502+
{"libsycl-imf", "libimf-fp32"},
503+
{"libsycl-imf-fp64", "libimf-fp64"},
504+
{"libsycl-imf-bf16", "libimf-bf16"}};
506505
// ITT annotation libraries are linked in separately whenever the device
507506
// code instrumentation is enabled.
508507
const SYCLDeviceLibsList SYCLDeviceAnnotationLibs = {

sycl/include/sycl/kernel_bundle.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,7 @@ class kernel_bundle : public detail::kernel_bundle_plain,
509509
return detail::kernel_bundle_plain::ext_oneapi_get_kernel(name);
510510
}
511511

512+
/////////////////////////
512513
// ext_oneapi_get_raw_kernel_name
513514
// kernel_bundle must be created from source, throws if not present
514515
/////////////////////////

0 commit comments

Comments
 (0)