type: enhancement
New feature or request.
P1: should have
Necessary, but not critical.
good first issue
Good for newcomers.
compiler: nvcc
Specific to the NVCC compiler.
#
thrust
Here are 36 public repositories matching this topic...
Fast inference engine for Transformer models
deep-neural-networks
deep-learning
cpp
neon
machine-translation
openmp
parallel-computing
cuda
inference
avx
intrinsics
avx2
neural-machine-translation
opennmt
quantization
gemm
mkl
thrust
transformer-models
onednn
-
Updated
May 9, 2022 - C++
Header only framework for data analysis in massively parallel platforms.
openmp
parallel-computing
cuda
parallelization
hydra
header-only
data-analysis
monte-carlo-simulation
parallel-algorithm
high-energy-physics
particle-physics
tbb
numerical-integration
hpc-applications
thrust
omp
data-fitting
multithread
parallel-framework
parallel-data-analysis
-
Updated
Nov 20, 2021 - C++
Simulating on GPU using Material Point Method and rendering.
-
Updated
Jun 22, 2018 - C
Open Aircraft Performance Model and Python Toolkit
-
Updated
Apr 1, 2022 - Python
Pythonic particle-based (super-droplet) warm-rain/aqueous-chemistry cloud microphysics package with box, parcel & 1D/2D prescribed-flow examples in Python, Julia and Matlab
python
research
simulation
gpu
cuda
atmospheric-modelling
monte-carlo-simulation
gpu-computing
physics-simulation
numba
thrust
pint
particle-system
pypi-package
nvrtc
atmospheric-physics
-
Updated
May 12, 2022 - Python
Complete examples of the cublasLt libraries. More information can be found in Section 3 of the CUBLAS programming guide. https://docs.nvidia.com/cuda/pdf/CUBLAS_Library.pdf or https://docs.nvidia.com/cuda/cublas/index.html
-
Updated
Oct 20, 2020 - Cuda
Thrust, voltage, amperage, and RPM sensing designed to replace the internal electronics in the Turnigy Thrust stand or a custom built stand, running on a Tiva C Launchpad with the IO Booster Pack.
-
Updated
Dec 31, 2020 - C++
optimized realtime harmonic/percussive source separation using the GPU (NVIDIA CUDA) and CPU (Intel IPP)
-
Updated
Dec 25, 2021 - Cuda
CUDA implementation of some perceptual hashing algorithms
-
Updated
Apr 3, 2019 - Cuda
simple GPU ransac fitting of multiple lines on 2d/3d point cloud
-
Updated
Jan 5, 2022 - C++
CURandRTC is a GPU random number generation module based on ThrustRTC.
-
Updated
Jul 7, 2021 - C++
Analysis and plotting for motor/prop/ESC characterization, thrust vs RPM and torque vs thrust
motor
esc
quadrotor
system-identification
thrust
propeller
electronic-speed-controller
brushless-motor-controller
-
Updated
Dec 27, 2021 - Python
Aero 405 Thrust Stand Project
-
Updated
Apr 24, 2021 - C++
Financial options pricing using Monte Carlo implemented on GPU using CUDA.
-
Updated
Jan 18, 2020 - Cuda
DIY tool for measurements of thrust, torque, etc., of an electric motor with propeller
-
Updated
May 14, 2022 - C++
-
Updated
Jan 3, 2018 - C++
Improve this page
Add a description, image, and links to the thrust topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the thrust topic, visit your repo's landing page and select "manage topics."
It is a very common pitfall of Thrust users to attempt to use a
__device__lambda with Thrust algorithms or iterators that fails in silent or obscure ways.This is frequently due to the limitation that you cannot reliably query the return type of an extended lambda in host code. Specifically