High-Performance GPU Computing in the Julia Programming Language

Originally published at: High-Performance GPU Computing in the Julia Programming Language | NVIDIA Technical Blog

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 performance in mind, and combines careful language design with a sophisticated LLVM-based compiler. Julia is already well regarded for programming multi-core CPUs and large parallel computing systems,…