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
2019-01-31Add threading for FBGEMM FP16Jianyu Huang
Summary: Add threading support for FBGEMM FP16 routines. Reviewed By: dskhudia, jacobkahn Differential Revision: D13792341 fbshipit-source-id: eb31a11340ac9fd0ee9b4f570d161e7c7e6a7602
2019-01-14FP16Benchmark: Allow fp32 comparison using cblas (#56)WilliamTambellini
Summary: FP16Benchmark: Allow comparison against fp32 using any local cblas library if MKL not found. Pull Request resolved: https://github.com/pytorch/FBGEMM/pull/56 Reviewed By: jianyuh Differential Revision: D13645545 Pulled By: dskhudia fbshipit-source-id: ca98e84bfb85eb3b0edebad664d211c3af8db309
2019-01-02use 1 omp thread unless OMP_NUM_THREADS is explicitly set (#53)Jongsoo Park
Summary: Pull Request resolved: https://github.com/pytorch/FBGEMM/pull/53 As title Reviewed By: jianyuh Differential Revision: D13561724 fbshipit-source-id: 815ab310f2f4862c65ad0e3d61bf221cb8cf679b
2018-11-27per-group and per-channel quantization (#14340)Jongsoo Park
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/14340 Pull Request resolved: https://github.com/pytorch/FBGEMM/pull/25 Per-group and per-channel quantization in fbgemm This diff also cleans up explicit template instantiation using macro expansion This diff also changes randFill interface which was easy to make mistakes of generating integer random numbers for floating point vectors. Using this in DNNLOWP operators will be done in a separate diff. Reviewed By: dskhudia Differential Revision: D13176386 fbshipit-source-id: e46c53e31e21520bded71b8ed86e8b19e010e2dd
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-08Sync with internal copy: Asymmetric padding; fbgemm2 -> fbgemmJianyu Huang
2018-10-31Initial commitDaya S Khudia