Technical Blog
Tag: Programming Languages and Compilers
Subscribe
Technical Walkthrough
Jan 17, 2023
CUDA 12.0 Compiler Support for Runtime LTO Using nvJitLink Library
CUDA Toolkit 12.0 introduces a new nvJitLink library for Just-in-Time Link Time Optimization (JIT LTO) support. In the early days of CUDA, to get maximum...
14 MIN READ
Technical Walkthrough
Apr 28, 2022
Updating the CUDA Linux GPG Repository Key
To best ensure the security and reliability of our RPM and Debian package repositories, NVIDIA is updating and rotating the signing keys used by the apt,...
5 MIN READ
Technical Walkthrough
Oct 25, 2017
High-Performance GPU Computing in the Julia Programming Language
Julia is a high-level programming language for mathematical computing that is as easy to use as Python, but as fast as C. The language has been created with...
10 MIN READ
Technical Walkthrough
Oct 23, 2013
CUDA Pro Tip: nvprof is Your Handy Universal GPU Profiler
CUDA 5 added a powerful new tool to the CUDA Toolkit: nvprof. nvprof is a command-line profiler available for Linux, Windows, and OS X. At first glance, nvprof...
6 MIN READ