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,
|
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, ¶ms)
|
self.conv1d_single_group(kernel, ¶ms)
|
||||||
|
Reference in New Issue
Block a user