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-12-07Fixing merge erroryouki/fp16avx512Young Jin Kim
2019-09-30fp16 gemm using avx512 (#135)Jongsoo Park
2019-09-27remove old depthwise conv interface (#133)Jongsoo Park
2019-09-27use new depthwise conv fbgemm interface (#26898)Jongsoo Park
2019-09-26Linux memory fixYoung Jin Kim
2019-09-265x5 depthwise conv calling from unified conv interface (#130)Jongsoo Park
2019-09-26debugging linux unit testsYoung Jin Kim
2019-09-265x5 depthwise convolution (#131)Jongsoo Park
2019-09-25fix linux build errorYoung Jin Kim
2019-09-25All functions are running well on windowsYoung 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-25Execute groupwise in single thread mode (#26692)Daya Khudia
2019-09-25remove old PackedDepthWiseConvMatrix interface (#134)Jongsoo Park
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-16A bit more refactoringAleks Zi
2019-09-16Small refactoring of FBGEMM GenerateKernel classAleks Zi
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-11fbgemmPacked and fbgemmConv apis with float bias + testsDaya Khudia
2019-09-11ReQuantization with FP32 biasDaya Khudia
2019-09-11API changes to take unquantized bias for depthwise convDaya Khudia
2019-09-11Add assert to ensure the divisor is not 0 (#25960)Jianyu Huang
2019-09-05CodeCache implemented with correct initialization of Static variables (#123)Aleks Zi
2019-09-05Revert D16968373: Introduced CodeCache container to share the microkernels am...Edward Yang
2019-09-05Modifying PackAWithIm2Col to support dilated convolution and adding test casesProtonu Basu
2019-09-04remove dw conv refs and use conv_ref instead (#122)Jongsoo Park
2019-09-04Introduced CodeCache container to share the microkernels among different thre...Aleks Zi
2019-09-04Modifying reference conv2d/3d, im2col2d.3d to support dilated convolutionsProtonu Basu
2019-09-04Adding Support for dilations in the conv_param_t constructorProtonu Basu
2019-09-03disable clang formatting in a few array definitions (#121)Jongsoo Park
2019-08-30Adopt Contributor CovenantPaul O'Shannessy
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-15Update asmjit to version that includes a bug fix (#118)Daya Khudia
2019-08-12fix error message (#117)Daya Khudia
2019-08-12Update README.md with mentioning PyTorch (#116)Jianyu Huang
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-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