Tag: cuda
All the articles with the tag "cuda".
-
pybind11: Python Bindings for C++/CUDA Code
Using pybind11 to create Python bindings for C++/CUDA code, with zero-copy conversion between numpy/torch tensors and Eigen/cv::Mat.
-
Preprocess the Image Data by NPP in TensorRT Model Inference
How to use NVIDIA NPP library to accelerate image preprocessing (uint8→float32) for TensorRT model inference pipelines.
-
Numba: Learning CUDA Programming Quickly with Python
A fast introduction to CUDA's multithreaded, highly concurrent programming model using Python's numba library, designed to lower the barrier for beginners.