Skip to content

Commit e86d99a

Browse files
lcskrishnafacebook-github-bot
authored andcommitted
Use MIOpen for transpose convolutions (#26172)
Summary: Provides significant performance uplift where used. Pull Request resolved: #26172 Differential Revision: D17374862 Pulled By: bddppq fbshipit-source-id: 85d2df3c67b8935bc54f3a81a912a25c0102743a
1 parent df338f8 commit e86d99a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aten/src/ATen/native/Convolution.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ auto ConvParams::use_miopen(const at::Tensor& input) const -> bool {
143143
&& input.is_cuda()
144144
&& input.dim() <= MIOPEN_DIM_MAX
145145
&& !(groups > 1 && is_dilated()) // MIOpen currently does not support dilation with groups of size > 1
146-
&& !transposed
147146
;
148147
}
149148

0 commit comments

Comments
 (0)