mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Remove KernelDeviceInfo struct
Related-To: NEO-5001 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
723d8a4b72
commit
35d2325361
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace NEO {
|
||||
bool DispatchInfo::usesSlm() const {
|
||||
return (kernel == nullptr) ? false : kernel->getSlmTotalSize(pClDevice->getRootDeviceIndex()) > 0;
|
||||
return (kernel == nullptr) ? false : kernel->getSlmTotalSize() > 0;
|
||||
}
|
||||
|
||||
bool DispatchInfo::usesStatelessPrintfSurface() const {
|
||||
|
||||
Reference in New Issue
Block a user