mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
feat(zebin): add thread scheduling mode support
Resolves: NEO-7197 Signed-off-by: Krystian Chmielewski <krystian.chmielewski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
01b324953e
commit
18adbed233
@@ -45,8 +45,6 @@ struct DispatchKernelEncoderI {
|
||||
virtual uint32_t getRequiredWorkgroupOrder() const = 0;
|
||||
virtual bool requiresGenerationOfLocalIdsByRuntime() const = 0;
|
||||
|
||||
virtual int32_t getSchedulingHintExp() const = 0;
|
||||
|
||||
virtual ImplicitArgs *getImplicitArgs() const = 0;
|
||||
};
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user