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-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
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-11Add cpuinfo_initialize() into the isa query functionsYoung Jin Kim
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-21Fix a compile error in assertYoung Jin Kim
2019-06-21Fix some compile error on windowsYoung Jin Kim
2019-06-20Per channel and groupwise quantization (#99)Daya Khudia
2019-06-18Merged PR 8337: Enable windows build and FP16 packed GEMM on windowsYoung Jin Kim
2019-06-15Update the logic of checking valid parameters.Mike Tsai
2019-06-15Fix memory allocation bugYoung Jin Kim
2019-06-14missed fileYoung Jin Kim
2019-06-14Improve some memroy allocation codesYoung Jin Kim
2019-06-13turn off forceinline due to the compile speedYoung Jin Kim
2019-06-13Compile both on windows and linuxYoung Jin Kim
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