CUDA

com.nvidia.CUDA · System Extensions · v3.2.17
Intel Only 22 devices
About This App

CUDA (Compute Unified Device Architecture) is NVIDIA's parallel computing framework and API that enables developers and researchers to write GPU-accelerated applications. It provides libraries, compilers, and runtime tools for leveraging NVIDIA GPUs to accelerate compute-intensive workloads in machine learning, scientific simulation, data processing, and visualization. CUDA is a framework dependency that ships as part of the development kit and is used by applications and libraries (PyTorch, TensorFlow, MATLAB, scientific codes) that need GPU acceleration on NVIDIA hardware.

Versions Seen 13 versions
v8.0.90 v7.5.30 v7.5.25 v7.0.52 v6.5.51 v6.5.33 v6.0.46 v5.5.28 v5.5.25 v5.5.24 v418.163 v396.148 v3.2.17

AI Recommendation

1 suggestion
CUDA AI
https://www.google.com/search?q=CUDA+apple+silicon

CUDA is fundamentally an NVIDIA-specific framework designed for NVIDIA GPUs running on x86_64 and Linux/Windows architectures. Apple Silicon Macs do not have NVIDIA GPUs — they feature Apple's integrated GPU as part of the System-on-Chip. NVIDIA has never released a native CUDA implementation for macOS or Apple Silicon, and there is no indication they plan to do so. If you have CUDA installed on your Mac, it is likely a legacy Intel-era installation that will stop working when Apple removes Rosetta 2 in macOS 28 (September 2028). For AI and GPU acceleration on Apple Silicon, Apple and the developer community have standardized on Metal Performance Shaders (MPS), MLX, and similar Apple-native frameworks instead. If you are developing or running machine learning workflows, migrate to frameworks that natively support Apple Silicon (PyTorch with MPS backend, TensorFlow with Metal plugin, MLX, or Ollama). If you must use CUDA-dependent code, you will need access to an NVIDIA GPU on a Windows or Linux machine, or consider cloud-based alternatives with NVIDIA hardware.

More NVIDIA CUDA components

Browse all →