Set the algo.

This commit is contained in:
laurent
2025-04-13 20:58:18 +02:00
parent fb660b8d43
commit 8e62723b2d

View File

@ -175,7 +175,7 @@ impl Tensor {
padding, padding,
stride, stride,
dilation, dilation,
cudnn_fwd_algo: None, cudnn_fwd_algo: Some(CudnnFwdAlgo::ImplicitGemm),
}; };
if groups == 1 { if groups == 1 {
self.conv1d_single_group(kernel, &params) self.conv1d_single_group(kernel, &params)