Technical Blog
Tag: Python
Subscribe
News
Jan 09, 2023
Rapidly Build AI-Streaming Apps with Python and C++
The computational needs for AI processing of sensor streams at the edge are increasingly demanding. Edge devices must keep up with high rates of incoming data...
5 MIN READ
Technical Walkthrough
Dec 12, 2022
CUDA Context-Independent Module Loading
Most CUDA developers are familiar with the cuModuleLoad API and its counterparts for loading a module containing device code into a CUDA context. In...
5 MIN READ
Technical Walkthrough
Oct 05, 2022
Explain Your Machine Learning Model Predictions with GPU-Accelerated SHAP
Machine learning (ML) is increasingly used across industries. Fraud detection, demand sensing, and credit underwriting are a few examples of specific use...
15 MIN READ
News
Jul 14, 2022
Build Tools for the 3D World with the Extend the Omniverse Contest
Developers across industries are building 3D tools and applications to help teams create virtual worlds in art, design, manufacturing, and more. NVIDIA...
4 MIN READ
Technical Walkthrough
Jun 01, 2022
Writing Ray Tracing Applications in Python Using the Numba Extension for PyOptiX
Ray tracing is a rendering algorithm that can generate photorealistic images by simulating how light transmits and interacts with different materials. Today, it...
13 MIN READ