mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Don't use device from kernel if possible [1/n]
Related-To: NEO-5001 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a2d2bd629a
commit
bd432fa94c
@@ -420,6 +420,9 @@ class Kernel : public BaseObject<_cl_kernel> {
|
||||
void setAdditionalKernelExecInfo(uint32_t additionalKernelExecInfo);
|
||||
uint32_t getAdditionalKernelExecInfo() const;
|
||||
MOCKABLE_VIRTUAL bool requiresWaDisableRccRhwoOptimization() const;
|
||||
const ClDeviceVector &getDevices() const {
|
||||
return deviceVector;
|
||||
}
|
||||
|
||||
protected:
|
||||
struct ObjectCounts {
|
||||
|
||||
Reference in New Issue
Block a user