We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a7e5c commit 0035e74Copy full SHA for 0035e74
sycl/source/detail/program_manager/program_manager.hpp
@@ -87,7 +87,7 @@ enum class DeviceLibExt : std::uint32_t {
87
cl_intel_devicelib_bfloat16,
88
};
89
90
-enum class DeviceLibIsNative : std::uint32_t {Yes, No, Ignore};
+enum class DeviceLibIsNative : std::uint32_t { Yes, No, Ignore };
91
92
// Provides single loading and building OpenCL programs with unique contexts
93
// that is necessary for no interoperability cases with lambda.
0 commit comments