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-05-15Fixed static initialization fiascoyouki/unordered_mapYoung Jin Kim
2020-05-15Make all cache non-staticYoung Jin Kim
2020-05-14Change code cache to the unordered_mapYoung Jin Kim
2020-05-13Revive shared mutex lockyouki/static-code-cacheYoung Jin Kim
2020-05-11Make jit code generation static thread-localYoung 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-16Small refactoring of FBGEMM GenerateKernel classAleks Zi
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-04Introduced CodeCache container to share the microkernels among different thre...Aleks Zi
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-07-01Clean up some code for JIT code generator (#101)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-21Further optimize acc32 kernel and cache blocking dimension for B matrix is no...Daya S Khudia
2019-03-19Dump generated kernels in filesDaya S Khudia
2019-02-14JIT kernel should only handle a small portion of NCB for the last block: mult...Jianyu Huang
2018-12-06Final cleanup for avx2 isolation and consistent file names (#40)Daya S Khudia