Get the latest tech news
Run CUDA, unmodified, on AMD GPUs
SCALE by Spectral Compute# What is SCALE?# SCALE is a GPGPU programming toolkit that allows CUDA applications to be natively compiled for AMD GPUs. SCALE does not require the CUDA program or its build system to be modified.
The SCALE compiler accepts the same command-line options and CUDA dialect as nvcc, serving as a drop-in replacement. "Impersonates" an installation of the NVIDIA CUDA Toolkit, so existing build tools and scripts like cmake just work. Instead of providing a new way to write GPGPU software, SCALE allows programs written using the widely-popular CUDA language to be directly compiled for AMD GPUs.
Or read this on Hacker News