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
2021-11-19Merge pull request #11 from marian-nmt/gcc11supportHEADmasterNikolay Bogoychev
2021-10-29support gcc11gcc11supportNikolay Bogoychev
2021-03-22Remove unused commentYoung Jin Kim
2021-03-22gcc 9.3+ build fix (#10)Young Jin Kim
2020-09-30Fix unit test errors - skip unnecessary acc16 test for VNNI CPUs (#9)Young Jin Kim
2020-09-03Restore CMake 3.5.1 compatibility by reimplementing list(TRANSFORM...PREPEND)...Aaron Burke
2020-08-21Fix dependent library interface include directories to use build/install gene...Aaron Burke
2020-08-12Fix public header property in cpuinfo and clog to support submodule installs ...Aaron Burke
2020-06-24Add more include <stdexcept> (#5)Young Jin Kim
2020-06-24Merge pull request #4 from marian-nmt/youki/fix-stdexceptYoung Jin Kim
2020-06-24Add stdexceptyouki/fix-stdexceptYoung Jin Kim
2020-05-23Merge pull request #3 from marian-nmt/youki/improve-mem-alloc-marianYoung Jin Kim
2020-05-22Remove an unnecessary memory allocationyouki/improve-mem-alloc-marianYoung Jin Kim
2020-03-04Merge pull request #2 from XapaJIaMnu/restore_mac_supportYoung Jin Kim
2020-02-25Restore mac supportNikolay Bogoychev
2019-12-03Merge pull request #1 from marian-nmt/youki/win-jit-debug-int8Young Jin Kim
2019-12-03Merge branch 'master' into youki/win-jit-debug-int8Young Jin Kim
2019-10-19Remove unused codeYoung Jin Kim
2019-10-18Change AVX2 compile check to runtime checkYoung Jin Kim
2019-09-26Linux memory fixYoung Jin Kim
2019-09-26debugging linux unit testsYoung Jin Kim
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-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-17Enable AVX2 query API when compiled with AVXYoung Jin Kim
2019-09-16A bit more refactoringAleks Zi
2019-09-16Small refactoring of FBGEMM GenerateKernel classAleks Zi
2019-09-14(fixed an error message)Frank Seide
2019-09-14fixed a build error for non-AVX2 buildsFrank Seide
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