Skip to content

Commit fb8b9df

Browse files
authored
Update DevOPs.cpp
Remove invalid assert for debug version
1 parent 3b8dc1c commit fb8b9df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torch_ipex/csrc/cpu/DevOPs.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ at::Tensor AtenIpexCPUDev::dil_convolution(
4141
at::IntArrayRef padding,
4242
at::IntArrayRef dilation,
4343
int64_t groups) {
44-
TORCH_INTERNAL_ASSERT_DEBUG_ONLY(false);
4544
DEBUG("AtenIpexCPUDev::dil_convolution\n");
4645
dil::tensor dil_input;
4746
dil::tensor dil_weight;

0 commit comments

Comments
 (0)