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-08-09Integrate VNNI into FBGEMM master branch (#114)Jianyu Huang
2019-08-09Add unpack to PackedGemmMatrixFP16 (#112)Yinghai Lu
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-08-02Pass blocking param pointer into packedBufferSize() in PackBMatrix.ccMike Tsai
2019-07-23Update OSS build instructions for submodule build (#110)Jianyu Huang
2019-07-19Fix fbgemm OSS failureJianyu Huang
2019-07-19Support pointwise with unified convolution interface as well (#108)Daya Khudia
2019-07-18Fix missing blocking params in conv im2col code path.Mike Tsai
2019-07-17While calling fbgemmConv with packed weights, packed weights should be compli...Daya Khudia
2019-07-16changes to remove warnings when building in opt modeProtonu Basu
2019-07-16Add functions needed for unpacking in PackWeightsForConv (#106)Daya Khudia
2019-07-16unpack through unified convolution interface (#105)Daya Khudia
2019-07-16Assume input weights to be in transposed format for convUnified (#104)Daya Khudia
2019-07-10Refactoring unpack weight function (#103)Jianyu Huang
2019-07-06Unpack data for 3x3 (and 3x3x3) depthwise convolutionDaya Khudia
2019-07-06Implement ::unpack() for PackWeightMatrixForGConvJaewon Lee
2019-07-01Refactor the code and avoid the duplication (#102)Jianyu Huang
2019-07-01Clean up some code for JIT code generator (#101)Jianyu Huang
2019-06-22fix flaky test (#100)Daya Khudia
2019-06-20Per channel and groupwise quantization (#99)Daya Khudia
2019-06-15Update the logic of checking valid parameters.Mike Tsai
2019-06-12Print packed matrix for each group as wellDaya Khudia
2019-06-07Remove duplicated header and undo some changes in D15399811Daya Khudia
2019-06-05Unified convolution interfaceDaya Khudia
2019-06-04Add quantized::fbgemm_linear_unpack operator for serialization (#97)Jianyu Huang
2019-05-30Adding -02 flag to the cmake buildProtonu Basu
2019-05-24fix broken testDaya S Khudia
2019-05-24Fix kernel loggingMike Tsai
2019-05-17update readmeDaya S Khudia
2019-05-16fixing compiler warnings for uninitialized MR, NCB, KCBProtonu Basu
2019-05-15Fix CI indent errorDaya S Khudia
2019-05-15fix circleci build with submodulesDaya 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-19make sure cpuinfo_initialize called before fbgemmHasAvx2/512Support (#94)Jongsoo Park
2019-04-03optimize dw conv for symmetric quant (#73)Jongsoo Park
2019-04-02Exposing tuning parameters in FBGEMM (MCB, NCB, KCB, MR, NR, Row Interleave) ...Protonu Basu
2019-04-01reduce the number of shapes tested in GConvTest (#91)Jongsoo Park
2019-03-25Packing B documentationDaya S Khudia
2019-03-21Improves small N cases back to what they wereDaya S Khudia
2019-03-21Allocate some registers for B matrix loading and reuse loaded resultsDaya S Khudia
2019-03-21Further optimize acc16 kernel and cache blocking dimension for B matrix is no...Daya S Khudia
2019-03-21Further optimize acc32 kernel and cache blocking dimension for B matrix is no...Daya S Khudia
2019-03-19Dump generated kernels in filesDaya S Khudia
2019-03-18Add the Naive bfloat16 implementation based on MKLJianyu Huang
2019-03-13optimize requantize for float out processing (#85)Jongsoo Park
2019-03-08No need for PackA when m==1 (#83)Jianyu Huang
2019-03-08Fixes for FBGEMM FP16 performance (#82)Jianyu Huang