Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/FBGEMM.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-19clang-format (#11)Jongsoo Park
Summary: Pull Request resolved: https://github.com/pytorch/FBGEMM/pull/11 clang format of fbgemm Reviewed By: dskhudia Differential Revision: D13115202 fbshipit-source-id: 6dab29cb8b5f4fabcc165019663351567a2a2952
2018-11-16grouped conv (#8)Jongsoo Park
Summary: Pull Request resolved: https://github.com/pytorch/FBGEMM/pull/8 This is the second diff of the stack that implements grouped convolution. Reviewed By: jianyuh Differential Revision: D13048844 fbshipit-source-id: 7f1e8c1412e499cc76ca788004bb8e41c8f0308c
2018-11-08Sync with internal copy: Asymmetric padding; fbgemm2 -> fbgemmJianyu Huang
2018-11-06generalized conv_param_t and download third party libraries in build dirdskhudia
2018-10-31Initial commitDaya S Khudia