intrinsics
There are 109 repositories under intrinsics topic.
google/highway
Performance-portable, length-agnostic SIMD with runtime dispatch
OpenNMT/CTranslate2
Fast inference engine for Transformer models
AdamNiederer/faster
SIMD for humans
dyfcalid/CameraCalibration
Fisheye or Normal Camera Intrinsic and Extrinsic Calibration. Surround Camera Bird Eye View Generator.
piotte13/SIMD-Visualiser
A tool to graphically visualize SIMD code
awesome-simd/awesome-simd
A curated list of awesome SIMD frameworks, libraries and software
yxlao/camtools
CamTools: Camera Tools for Computer Vision
manodeep/Corrfunc
⚡️⚡️⚡️Blazing fast correlation functions on the CPU.
JishinMaster/simd_utils
A header only library implementing common mathematical functions using SIMD intrinsics
HJLebbink/intrinsics-dude
Opensource Visual Studio extension for compiler instrinsics in C/C++
Dr-Noob/peakperf
Achieve peak performance on x86 CPUs and NVIDIA GPUs
AuburnSounds/intel-intrinsics
The Dlang SIMD library
EgorBo/IntrinsicsPlayground
My toys to play with SSE/AVX in pure C# (.NET Core 2.1)
jiegec/unofficial-loongarch-intrinsics-guide
Unofficial LoongArch Intrinsics Guide
Lokathor/safe_arch
Exposes arch-specific intrinsics as safe function (via cfg).
badamczewski/SimpleIntrinsics
This project aims to rename all C# intrinsic names to their more compact C/C++ counterparts that the industry uses.
WojciechMula/man-intrinsics
Create man pages from information used by Intel Intrinsics Guide and optionally uops.info
howjmay/neon2rvv
A translator from ARM NEON intrinsics to RISCV-V Extension implementation
CBGonzalez/Core3Intrinsics-Intro
Taking the new `System.Runtime.Intrinsics` namespace for a spin
chamorajg/pytorch_depth_and_motion_planning
This project is an unofficial PyTorch implementation of https://github.com/google-research/google-research/tree/master/depth_and_motion_learning
awr1/cpuwhat
Nim utilities for advanced CPU operations: CPU identification, ISA extension detection, bindings to assorted intrinsics
ljharb/get-intrinsic
Get and robustly cache all JS language-level intrinsics at first require time.
Metalnem/aes-gcm-siv
.NET Core 3.0 implementation of AES-GCM-SIV nonce misuse-resistant authenticated encryption
ogurets/popcnt_emulator
Pintool library for running Quantum Break on pre-SSE4.2 CPUs
tttapa/ARM-NEON-Compositor
Fast SIMD alpha overlay and blending for Raspberry Pi and other ARM systems.
Technologicat/cython-sse-example
Simple example for embedding SSE2 assembly in Cython projects
zchrissirhcz/neon_sim
Implement ARM NEON intrinsics in C++
CoffeeBeforeArch/spinlocks
Example implementations of spinlocks
GMUCERG/PQC_NEON
NEON implementation of NIST lattice-based PQC finalists
jkivilin/camellia-simd-aesni
Camellia cipher SIMD vector implementations for x86 (with AES-NI, VAES and/or GFNI instructions), ARM (with ARMv8 Crypto Extension instructions) and POWER (with VMX+VSX+crypto instructions)
urbanjost/M_intrinsics
man-page style descriptions of Fortran intrinsics for use as a reference for developers and tutorials
gaujay/simd_collection
A collection of highly optimized, SIMD-accelerated (SSE, AVX, FMA, NEON) functions written in C
Lokad/FasterMath
Intrinsics accelerated math functions for .NET Core - trading accuracy for performance
AlexYaruki/iris
Software implementation of ARM and x86 SIMD intrinsics
dmckinnon/calibration
What is a camera calibration, why is it necessary, and how do we compute it?
jedisct1/untrinsics
Header-only portable implementations of common Intel intrisics, including cryptographic instructions.