oneapi-src / oneDNN Star 2k Code Issues Pull requests oneAPI Deep Neural Network Library (oneDNN) performance deep-neural-networks deep-learning cpp processor opencl x64 x86-64 openmp avx simd avx2 sse41 tbb aarch64 avx512 intel-openmp-runtime oneapi onednn dpcpp vnni Updated Sep 4, 2020 C++
OpenNMT / CTranslate2 Star 94 Code Issues Pull requests Open Prefix build options with "CT2_" guillaumekln commented Jul 29, 2020 We should prefix CMake build options with "CT2_", e.g. CT2_WITH_MKL instead of WITH_MKL. This is a good practice to avoid possible conflicts with other projects. The usage should then be updated in several places: README.md docker/Dockerfile.* python/tools/build_wheel.sh .travis.yml Read more build enhancement good first issue
Open Prefix build options with "CT2_" guillaumekln commented Jul 29, 2020 We should prefix CMake build options with "CT2_", e.g. CT2_WITH_MKL instead of WITH_MKL. This is a good practice to avoid possible conflicts with other projects. The usage should then be updated in several places: README.md docker/Dockerfile.* python/tools/build_wheel.sh .travis.yml Read more build enhancement good first issue
pinzhenx / onednn_verbose Star 0 Code Issues Pull requests OneDNN Verbose Toolkit mkl-dnn dnnl onednn mkldnn Updated Jul 16, 2020 Python
Hartorn / docker-python Star 0 Code Issues Pull requests Repository to build python image, based on ubuntu and CUDA docker ubuntu cuda python3 mkl-dnn ubuntu1804 onednn Updated Aug 31, 2020 Dockerfile
We should prefix CMake build options with "CT2_", e.g.
CT2_WITH_MKLinstead ofWITH_MKL. This is a good practice to avoid possible conflicts with other projects.The usage should then be updated in several places: