oneflow icon indicating copy to clipboard operation
oneflow copied to clipboard

Update cudnn convolution kernel

Open linzs148 opened this issue 1 year ago • 2 comments

linzs148 avatar Mar 06 '24 07:03 linzs148

Code got formatted by CI. Please request CI again if you still want to have this PR merged. If the PR is from a forked repo, please download the patch files from the GitHub Actions web page and apply them locally.

github-actions[bot] avatar Mar 06 '24 07:03 github-actions[bot]

另外还有很多地方用了auto,可以看一下能加const的都加上const,部分函数声明中的参数在函数体中是不可变的也都加const&

mosout avatar Apr 25 '24 02:04 mosout