fix: remove not needed macro

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz 2024-09-19 12:12:40 +00:00 committed by Compute-Runtime-Automation
parent a890ed5648
commit 672d8414f5
1 changed files with 0 additions and 1 deletions

View File

@ -194,7 +194,6 @@ struct Kernel : _ze_kernel_handle_t, virtual NEO::DispatchKernelEncoderI {
} else if (engineGroupType == NEO::EngineGroupType::cooperativeCompute) {
value = maxWgCountPerTileCooperative;
}
DEBUG_BREAK_IF(value == 0);
return value;
}