mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 18:28:24 +00:00
Set the algo.
This commit is contained in:
@ -175,7 +175,7 @@ impl Tensor {
|
||||
padding,
|
||||
stride,
|
||||
dilation,
|
||||
cudnn_fwd_algo: None,
|
||||
cudnn_fwd_algo: Some(CudnnFwdAlgo::ImplicitGemm),
|
||||
};
|
||||
if groups == 1 {
|
||||
self.conv1d_single_group(kernel, ¶ms)
|
||||
|
Reference in New Issue
Block a user