avx
Here are 148 public repositories matching this topic...
-
Updated
Oct 6, 2020 - C++
-
Updated
Aug 28, 2020 - C++
-
Updated
Jul 15, 2019
-
Updated
Sep 18, 2020 - C++
-
Updated
Sep 28, 2020 - C++
-
Updated
Sep 8, 2020 - C
-
Updated
Sep 18, 2019 - Go
-
Updated
Oct 6, 2020 - C
-
Updated
Oct 6, 2020 - C++
-
Updated
Sep 5, 2019 - C#
-
Updated
Oct 5, 2020 - C
-
Updated
Oct 5, 2020 - Python
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
- src/cpu/cpu_isa.h
- src/profiler.cc
-
Updated
Aug 17, 2020 - C
-
Updated
Jul 22, 2020 - Python
We have Bitmap image saving function void Save( const std::string & path, const penguinV::Image & image, uint32_t startX, uint32_t startY, uint32_t width, uint32_t height ) which locates in src/file/bmp_image.h and src/file/bmp_image.cpp files.
During file saving we purposely copy a line of image to temporary array and then write the array into file. The reason behind this is that
-
Updated
Jan 19, 2018 - C++
Improve this page
Add a description, image, and links to the avx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the avx topic, visit your repo's landing page and select "manage topics."
https://software.intel.com/sites/landingpage/IntrinsicsGuide/#avx512techs=AVX512BW