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
path: root/test
AgeCommit message (Expand)Author
2019-06-22fix flaky test (#100)Daya Khudia
2019-06-20Per channel and groupwise quantization (#99)Daya Khudia
2019-06-05Unified convolution interfaceDaya Khudia
2019-05-24fix broken testDaya S Khudia
2019-05-14Use submodules instead of cmake downloadsDaya S Khudia
2019-05-13Back out "[FBGEMM][PR] switch from cmake downloads to git submodules"Daya S Khudia
2019-05-13switch from cmake downloads to git submodules (#95)David Pollack
2019-04-03optimize dw conv for symmetric quant (#73)Jongsoo Park
2019-04-01reduce the number of shapes tested in GConvTest (#91)Jongsoo Park
2019-02-23specialization for first conv (#80)Jongsoo Park
2019-02-20optimize PackAWithIm2Col for symmetric b quantJongsoo Park
2019-02-20increase test coverage (#78)Jongsoo Park
2019-02-14clean up depthwise conv interface (#72)Jongsoo Park
2019-02-13optimize gconv for b symmetric quantization (#70)Jongsoo Park
2019-02-13group conv optimized for 16 channels per group (#68)Jongsoo Park
2019-02-02gconv optimized for 8 channels per group (#65)Jongsoo Park
2019-01-31Add threading for FBGEMM FP16Jianyu Huang
2019-01-14Groupwise direct convolution when number of channels per group is smallDaya S Khudia
2019-01-123x3x3 depthwise convolution with per channel quantization (#15775)Jongsoo Park
2019-01-02Fix a bug in FbgemmFP16 (#52)Feiteng
2018-12-21Update with clang format (#51)Jianyu Huang
2018-12-06File name change for FbgemmI8Depthwise.h and FbgemmI8Depthwise.cc (#14725)Daya S Khudia
2018-12-01Fix a bug in conv_refJianyu Huang
2018-11-29sparse convolution output processing (#27)Jongsoo Park
2018-11-27per-group and per-channel quantization (#14340)Jongsoo Park
2018-11-27fix group convention in B packing (#26)Jongsoo Park
2018-11-26remove unnecessary zero_point argument from constructors (#14323)Jongsoo Park
2018-11-23parallelization over groups (#23)Jongsoo Park
2018-11-20Simple parallelism, add -openmp flags and omp parallel for Acc16/32 Unit Test...Jianyu Huang
2018-11-19clang-format (#11)Jongsoo Park
2018-11-16fix link error (#10)Jongsoo Park
2018-11-16grouped conv (#8)Jongsoo Park
2018-11-16grouped (batched) gemm (#7)Jongsoo Park
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-11-05CMake minimum version required updatedskhudia
2018-11-03Manually syncing with internal copydskhudia
2018-10-31Initial commitDaya S Khudia