simd
Here are 440 public repositories matching this topic...
ncnn is a high-performance neural network inference framework optimized for the mobile platform
-
Updated
Sep 30, 2020 - C++
OpenGL Mathematics (GLM)
-
Updated
Oct 4, 2020 - C++
The Compute Library is a set of computer vision and machine learning functions optimised for both Arm CPUs and GPUs using SIMD technologies.
-
Updated
Aug 28, 2020 - C++
Intel SPMD Program Compiler
-
Updated
Sep 27, 2020 - LLVM
Acceleration package for neural networks on multi-core CPUs
-
Updated
Apr 14, 2020 - C
C++ image processing and machine learning library with using of SIMD: SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX-512, VMX(Altivec) and VSX(Power7), NEON for ARM.
-
Updated
Oct 1, 2020 - C++
Open source c++ skeletal animation library and toolset
-
Updated
Sep 24, 2020 - C++
SIMD Vector Classes for C++
-
Updated
Aug 28, 2020 - C++
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
-
Updated
Sep 18, 2020 - C++
C++ wrappers for SIMD intrinsics and parallelized, optimized mathematical functions (SSE, AVX, NEON, AVX512)
-
Updated
Sep 28, 2020 - C++
AVX-512BW functions
https://software.intel.com/sites/landingpage/IntrinsicsGuide/#avx512techs=AVX512BW
- _cvtmask32_u32
- _cvtmask64_u64
- _cvtu32_mask32
- _cvtu64_mask64
- _kadd_mask32
- _kadd_mask64
- _kand_mask32
- _kand_mask64
- _kandn_mask32
- _kandn_mask64
- _knot_mask32
- _knot_mask64
- _kor_mask32
- _kor_mask64
- _kort
-
Updated
Sep 8, 2020 - C
A linear algebra and mathematics library for computer graphics.
-
Updated
Sep 1, 2020 - Rust
High-efficiency floating-point neural network inference operators for mobile, server, and Web
-
Updated
Oct 2, 2020 - C
Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.
-
Updated
May 5, 2020 - C#
JSON parser which picks up values directly without performing tokenization in Rust
-
Updated
Sep 21, 2017 - Rust
C++ SIMD Noise Library
-
Updated
Sep 20, 2020 - C++
Fastest Integer Compression
-
Updated
Sep 25, 2020 - C
A tool to graphically visualize SIMD code
-
Updated
Jul 16, 2019 - JavaScript
simd_json::to_borrowed_value(bytes) seems to allocate two buffers, string_buffer and buffer. I think it makes sense to have these be arguments, similar to Deserializer::from_slice_with_buffer to allow reuse of all buffers.
P(R*_{3, 0, 1}) specialized SIMD Geometric Algebra Library
-
Updated
Sep 7, 2020 - C++
Improve this page
Add a description, image, and links to the simd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the simd topic, visit your repo's landing page and select "manage topics."


https://github.com/simd-everywhere/simde has done their first release ( https://simd-everywhere.github.io/blog/announcements/release/2020/06/21/0.5.0-release.html ) and it seems like something potentially useful for merging code paths. The most likely candidate I imagine is using SIMD code to replace the non-SIMD fallback path, but maybe it'd be worth checking if it can be used to merge ARM and x8