Commit Graph

10 Commits

Author SHA1 Message Date
Nikolay Bogoychev
600f5cbdec
Integrate intgemm into marian (#595)
Adds intgemm as a module for Marian. Intgemm is @kpu 's 8/16 bit gemm library with support for architectures from SSE2 to AVX512VNNI
Removes outdated integer code, related to the --optimize option

Co-authored-by: Kenneth Heafield <github@kheafield.com>
Co-authored-by: Kenneth Heafield <kpu@users.noreply.github.com>
Co-authored-by: Ulrich Germann <ugermann@inf.ed.ac.uk>
Co-authored-by: Marcin Junczys-Dowmunt <marcinjd@microsoft.com>
Co-authored-by: Roman Grundkiewicz <rgrundkiewicz@gmail.com>
2021-01-24 16:02:30 -08:00
Roman Grundkiewicz
f2347a827f
Update Simple-WebSocket-Server and move it to submodules (#639)
* Fix server build with current boost, move simple-websocket-server to submodule
* Change submodule to marian-nmt/Simple-WebSocket-Server
* Update submodule simple-websocket-server

Co-authored-by: Gleb Tv <glebtv@gmail.com>
2020-04-27 10:34:10 +01:00
Young Jin Kim
4b3c6542a6 Move fbgemm url under marian-nmt 2019-07-08 10:13:02 -07:00
Young Jin Kim
d2d8ec041d Enable FBGEMM based packed GEMM on windows 2019-06-18 16:59:11 -07:00
Roman Grundkiewicz
2829e2b1d5 Add regression-tests as a submodule 2018-12-10 15:54:41 +00:00
Marcin Junczys-Dowmunt
c7df914102 add nccl module 2018-12-06 14:27:36 -08:00
Marcin Junczys-Dowmunt
f8969fbf3b change sentencepiece into submodule 2018-11-25 11:50:02 -08:00
Marcin Junczys-Dowmunt
1a61a9c515 add submodule examples 2018-09-16 09:47:54 -07:00
Marcin Junczys-Dowmunt
51eeb43205 Revert "Made spdlog a proper git submodule and upgraded to the latest version."
I would like to keep it frozen, it changes too often.

This reverts commit 3d575c42f6.
2017-03-06 10:54:56 +00:00
Ulrich Germann
3d575c42f6 Made spdlog a proper git submodule and upgraded to the latest version.
The latest version fo spdlog does not provide the streaming interface any more,
so the macro definition of LOG and calls to it were adjusted accordingly.
2017-03-05 23:31:58 +00:00