mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
fix: remove not needed macro
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a890ed5648
commit
672d8414f5
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user