mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
build: update opencl headers to v2024.10.24
https://github.com/intel/compute-runtime/issues/822 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
1432f6a7b2
commit
21f6bb8889
@@ -249,7 +249,7 @@ bool Context::createImpl(const cl_context_properties *properties,
|
||||
driverDiagnosticsUsed = debugManager.flags.PrintDriverDiagnostics.get();
|
||||
}
|
||||
if (driverDiagnosticsUsed >= 0) {
|
||||
driverDiagnostics.reset(new DriverDiagnostics((cl_diagnostics_verbose_level)driverDiagnosticsUsed));
|
||||
driverDiagnostics = std::make_unique<DriverDiagnostics>(static_cast<cl_diagnostic_verbose_level_intel>(driverDiagnosticsUsed));
|
||||
}
|
||||
|
||||
this->numProperties = numProperties;
|
||||
|
||||
Reference in New Issue
Block a user