mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
Revert "fix: Unify logic calculating threads per work group part 2"
This reverts commit 1e8a53bd53.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2d7505c01c
commit
39740da9d1
@@ -410,10 +410,6 @@ class Kernel : public ReferenceTrackedObject<Kernel> {
|
||||
size_t getLocalIdsSizeForGroup(const Vec3<uint16_t> &groupSize) const;
|
||||
size_t getLocalIdsSizePerThread() const;
|
||||
|
||||
const GfxCoreHelper &getGfxCoreHelper() const {
|
||||
return getDevice().getGfxCoreHelper();
|
||||
}
|
||||
|
||||
protected:
|
||||
struct KernelConfig {
|
||||
Vec3<size_t> gws;
|
||||
|
||||
Reference in New Issue
Block a user