6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include < detail/config.hpp>
10
9
#include < detail/allowlist.hpp>
10
+ #include < detail/config.hpp>
11
11
#include < detail/device_impl.hpp>
12
12
#include < detail/platform_info.hpp>
13
13
@@ -25,7 +25,7 @@ constexpr char PlatformVersionKeyName[] = "PlatformVersion";
25
25
constexpr char DeviceNameKeyName[] = " DeviceName" ;
26
26
constexpr char PlatformNameKeyName[] = " PlatformName" ;
27
27
28
- constexpr std::array<const char *, 7 > SupportedAllowListKeyNames{
28
+ constexpr std::array<const char *, 7 > SupportedAllowListKeyNames{
29
29
BackendNameKeyName, DeviceTypeKeyName, DeviceVendorIdKeyName,
30
30
DriverVersionKeyName, PlatformVersionKeyName, DeviceNameKeyName,
31
31
PlatformNameKeyName};
@@ -268,7 +268,7 @@ bool deviceIsAllowed(const DeviceDescT &DeviceDesc,
268
268
}
269
269
270
270
void applyAllowList (std::vector<RT::PiDevice> &PiDevices,
271
- RT::PiPlatform PiPlatform, const plugin &Plugin) {
271
+ RT::PiPlatform PiPlatform, const plugin &Plugin) {
272
272
AllowListParsedT AllowListParsed =
273
273
parseAllowList (SYCLConfig<SYCL_DEVICE_ALLOWLIST>::get ());
274
274
if (AllowListParsed.empty ())
0 commit comments