Skip to content

Commit f43c36f

Browse files
committed
Breaking commit
1 parent e071923 commit f43c36f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frame/bindings/c_wrappers/capi_kernel_frame_wrappers.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ dlp_execute_kernel(dlp_kernel_hndl_t kernel_hndl,
181181
post_ops_list,
182182
post_ops_attr };
183183
kernelBase* kB = static_cast<kernelBase*>(kernel_hndl.kernel_base);
184-
kB->operator()(std::addressof(gemmParamsIn));
184+
// kB->operator()(std::addressof(gemmParamsIn));
185185
}
186186

187187
return;

0 commit comments

Comments
 (0)