NVIDIA® CUDA Toolkit 11.0 no longer supports development or running applications on macOS. While there are no tools which use macOS as a target environment, NVIDIA is making macOS host versions of these tools that you can launch profiling and debugging sessions on supported target platforms.
CUDA driver update to support macOS 10.12 and NVIDIA display driver 378.05.05.25f01; Recommended CUDA version(s): CUDA 8.0; Supported MAC OS X. 10.12.x; 10.11.x; An alternative method to download the latest CUDA driver is within Mac OS environment. Access the latest driver through System Preferences Other CUDA. Click 'Install CUDA Update'. NVIDIA CUDA Installation Guide for Mac OS X DU-05348-001v11.0 5 Chapter 3. INSTALLATION Basic instructions can be found in the Quick Start Guide. Read on for more detailed instructions. Download Once you have verified that you have a supported NVIDIA GPU, a supported version the MAC OS, and clang, you need to download the NVIDIA CUDA.
You may download all these tools here. Note that the Nsight tools provide the ability to download these macOS host versions on their respective product pages.
Please visit each tool's overview page for more information about the tool and its supported target platforms.
The macOS host tools provided are:
- Nsight Systems - a system profiler and timeline trace tool supporting Pascal and newer GPUs
- Nsight Compute - a CUDA kernel profiler supporting Volta and new GPUs
- Visual Profiler - a CUDA kernel and system profiler and timeline trace tool supporting older GPUs (see installation instructions, below)
- cuda-gdb - a GPU and CPU CUDA application debugger (see installation instructions, below)
Instructions for installing cuda-gdb on the macOS
- This tar archive holds the distribution of the CUDA 11.0 cuda-gdb debugger front-end for macOS.
Native macOS debugging is not supported in this release, only remote debugging to other CUDA enabled targets.
- To install:
- Create an installation directory
- INSTALL_DIR=$HOME/cuda-gdb-darwin-11.0
mkdir $INSTALL_DIR
cd $INSTALL_DIR - Download the cuda-gdb-darwin-11.0.tar.gz tar archive into $INSTALL_DIR above
- Unpack the tar archive
- tar fxvz cuda-gdb-darwin-11.0.tar.gz
- Add the bin directory to your path
- PATH=$INSTALL_DIR/bin:$PATH
- Run cuda-gdb --version to confirm you're picking up the correct binaries
- cuda-gdb --version
- Double click .dmg file to mount it and access it in finder.
- Drag nvvp folder and drop it to any location you want (say <nvvp_mac>).
Directory Structure:- |--nvvp
|--bin/
|--lib64/
|--libnvvp/ - Open terminal.
- Change to the bin folder
- > cd <nvvp_mac>/nvvp/bin
- Run nvvp script file in command line
- > ./nvvp
- Remote profiling
- Import nvprof output files
You should see the following output:
- NVIDIA (R) CUDA Debugger
11.0 release
Portions Copyright (C) 2007-2020 NVIDIA Corporation
GNU gdb (GDB) 8.2
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
Instructions for installing Visual Profiler on the macOS
- Native macOS profiling is not supported in this release, only remote debugging to other CUDA enabled targets.
Supported Mac platforms: Mac OS X 10.13
- Steps to install:
- Steps to run:
- Summary of supported features:
Nvidia Cuda For Mac Os High Sierra
- Refer the 'Visual Profiler' section in the 'Profiler User's Guide'
for more information:
- https://docs.nvidia.com/cuda/profiler-users-guide/index.html#visual