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:
Compute-Runtime-Validation
2023-07-02 06:46:43 +02:00
committed by Compute-Runtime-Automation
parent 2d7505c01c
commit 39740da9d1
19 changed files with 53 additions and 88 deletions

View File

@@ -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;