Skip to content

Commit 220ae46

Browse files
Remove DEBUG_BREAK
Change-Id: Ibe1c152854d3c84b6cc0af50205ea730fcf4ad63
1 parent 0e7ec82 commit 220ae46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shared/source/command_container/command_encoder_base.inl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ void EncodeDispatchKernel<Family>::encode(CommandContainer &container,
123123
idd.setSamplerCount(samplerCountState);
124124

125125
auto numGrfCrossThreadData = static_cast<uint32_t>(sizeCrossThreadData / sizeof(float[8]));
126-
DEBUG_BREAK_IF(numGrfCrossThreadData <= 0u);
127126
idd.setCrossThreadConstantDataReadLength(numGrfCrossThreadData);
128127

129128
auto numGrfPerThreadData = static_cast<uint32_t>(sizePerThreadData / sizeof(float[8]));

0 commit comments

Comments
 (0)