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-03-22Remove unused commentYoung Jin Kim
2021-03-22gcc 9.3+ build fix (#10)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
2019-09-25Merge remote-tracking branch 'upstream/master' into youki/win-jit-debug-int8Young Jin Kim
2019-09-24remove template parameter from PackedDepthWiseConvMatrix (#128)Jongsoo Park
2019-08-15Merge branch 'upstream/master' into youki/prepack_constrcopyPublicYoung Jin Kim
2019-08-09Integrate VNNI into FBGEMM master branch (#114)Jianyu Huang
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-06-13Compile both on windows and linuxYoung Jin Kim
2019-06-05Unified convolution interfaceDaya Khudia
2019-05-30Adding -02 flag to the cmake buildProtonu Basu
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-03-06Add Avx512BW/VL/DQ check (#84)Jianyu Huang
2019-01-23add missing include files to public headers so that they get installed properlyDaya S Khudia
2019-01-14Groupwise direct convolution when number of channels per group is smallDaya S Khudia
2018-12-06Final cleanup for avx2 isolation and consistent file names (#40)Daya S Khudia
2018-12-06avx2 intrinsic separation from OutputProcessing-inl.h (#38)Daya S Khudia
2018-12-06File name change for FbgemmI8Depthwise.h and FbgemmI8Depthwise.cc (#14725)Daya S Khudia
2018-12-05Removed avx2 code from PackAWithRowOffset.cc (#34)Daya S Khudia
2018-12-05avx2 specific code in a separate file for QuantUtils (#29)Daya S Khudia
2018-12-05Move avx2 specific code in different source files (#28)Daya S Khudia
2018-11-30Only export symbols that are required while building shared libraryDaya S Khudia
2018-11-22adding quantization utility functions (#19)Jongsoo Park
2018-11-22Unify the PackA file names (#21)Jianyu Huang
2018-11-22Fix minor issuesDaya S Khudia
2018-11-20Simple parallelism, add -openmp flags and omp parallel for Acc16/32 Unit Test...Jianyu Huang
2018-11-06generalized conv_param_t and download third party libraries in build dirdskhudia
2018-11-04Syncing with internal version. Fixes for Mac/clang build. Other minor fixesdskhudia
2018-11-03Manually syncing with internal copydskhudia
2018-10-31Initial commitDaya S Khudia