mirror of
https://github.com/marian-nmt/marian.git
synced 2024-11-03 20:13:47 +03:00
600f5cbdec
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>
23 lines
837 B
Plaintext
23 lines
837 B
Plaintext
[submodule "examples"]
|
|
path = examples
|
|
url = https://github.com/marian-nmt/marian-examples
|
|
[submodule "regression-tests"]
|
|
path = regression-tests
|
|
url = https://github.com/marian-nmt/marian-regression-tests
|
|
[submodule "src/3rd_party/sentencepiece"]
|
|
path = src/3rd_party/sentencepiece
|
|
url = https://github.com/marian-nmt/sentencepiece
|
|
[submodule "src/3rd_party/nccl"]
|
|
path = src/3rd_party/nccl
|
|
url = https://github.com/marian-nmt/nccl
|
|
[submodule "src/3rd_party/fbgemm"]
|
|
path = src/3rd_party/fbgemm
|
|
url = https://github.com/marian-nmt/FBGEMM
|
|
branch = master
|
|
[submodule "src/3rd_party/intgemm"]
|
|
path = src/3rd_party/intgemm
|
|
url = https://github.com/marian-nmt/intgemm/
|
|
[submodule "src/3rd_party/simple-websocket-server"]
|
|
path = src/3rd_party/simple-websocket-server
|
|
url = https://github.com/marian-nmt/Simple-WebSocket-Server
|