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
2020-06-24Add stdexceptyouki/fix-stdexceptYoung Jin Kim
2020-02-25Restore mac supportNikolay Bogoychev
2019-09-25fix linux build errorYoung Jin Kim
2019-09-25Fix windows build errorsYoung Jin Kim
2019-09-25Merge remote-tracking branch 'upstream/master' into youki/win-jit-debug-int8Young Jin Kim
2019-09-25Fix jit code (AVX512) on windowsYoung Jin Kim
2019-09-25JIT code working on windows (AVX512)Young Jin Kim
2019-09-24remove template parameter from PackedDepthWiseConvMatrix (#128)Jongsoo Park
2019-09-14Minor changes in initialization of dilation (#126)Daya Khudia
2019-09-13add missing instantiation for float bias for gconv (#127)Daya Khudia
2019-09-11ReQuantization with FP32 biasDaya Khudia
2019-09-11API changes to take unquantized bias for depthwise convDaya Khudia
2019-09-04remove dw conv refs and use conv_ref instead (#122)Jongsoo Park
2019-09-04Adding Support for dilations in the conv_param_t constructorProtonu Basu
2019-08-29int8 specialization for AVX2 Quantize routine (#120)James Reed
2019-08-21Per channel support in fbgemmConv (#119)Daya Khudia
2019-08-15Merge branch 'upstream/master' into youki/prepack_constrcopyPublicYoung Jin Kim
2019-08-12fix error message (#117)Daya Khudia
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-08-01Merge upstream masterYoung Jin Kim
2019-08-01adding a constructor for PackBMatrix with pre-packed dataYoung Jin Kim
2019-07-19Support pointwise with unified convolution interface as well (#108)Daya Khudia
2019-07-17While calling fbgemmConv with packed weights, packed weights should be compli...Daya Khudia
2019-07-16Add functions needed for unpacking in PackWeightsForConv (#106)Daya Khudia
2019-07-16unpack through unified convolution interface (#105)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-06-20Per channel and groupwise quantization (#99)Daya Khudia
2019-06-15Update the logic of checking valid parameters.Mike Tsai
2019-06-15Fix memory allocation bugYoung Jin Kim
2019-06-14Improve some memroy allocation codesYoung Jin Kim
2019-06-13Compile both on windows and linuxYoung Jin Kim
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-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-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-13optimize requantize for float out processing (#85)Jongsoo Park
2019-03-08Fixes for FBGEMM FP16 performance (#82)Jianyu Huang
2019-03-06Add Avx512BW/VL/DQ check (#84)Jianyu Huang
2019-03-01Add documentations for the cache/register blocking parameters (#81)Jianyu Huang
2019-02-20optimize PackAWithIm2Col for symmetric b quantJongsoo Park