fix: remove not needed macro
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue