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 (Expand)Author
2019-09-11fbgemmPacked and fbgemmConv apis with float bias + testsDaya Khudia
2019-08-09Integrate VNNI into FBGEMM master branch (#114)Jianyu Huang
2019-08-06Back out "[fbgemm] Integrate VNNI into FBGEMM master branch"Jianyu Huang
2019-08-06Integrate VNNI into FBGEMM master branch (#113)Jianyu Huang
2019-04-19make sure cpuinfo_initialize called before fbgemmHasAvx2/512Support (#94)Jongsoo Park
2019-04-02Exposing tuning parameters in FBGEMM (MCB, NCB, KCB, MR, NR, Row Interleave) ...Protonu Basu
2019-03-21Improves small N cases back to what they wereDaya S Khudia
2019-03-06Add Avx512BW/VL/DQ check (#84)Jianyu Huang
2019-02-19remove unused member var kBlock_ (#77)Jongsoo Park
2019-02-14JIT kernel should only handle a small portion of NCB for the last block: mult...Jianyu Huang
2019-02-13no need to subtract col offset if a_zp is 0 (#69)Jongsoo Park
2018-12-21Update with clang format (#51)Jianyu Huang
2018-12-11instantiate more kernels for PackAmatrix (#47)Jongsoo Park
2018-11-29sparse convolution output processing (#27)Jongsoo Park
2018-11-27per-group and per-channel quantization (#14340)Jongsoo Park
2018-11-20Simple parallelism, add -openmp flags and omp parallel for Acc16/32 Unit Test...Jianyu Huang
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-10-31Initial commitDaya S Khudia