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.
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 Android developers kit will allow you to develop Android applications that. Free Open Handset Alliance Mac/OS X 10.4 Version Revision 24.4.1 Full Specs. Download Now Secure Download. Create even more powerful Mac versions of your iPad apps. Apps built with Mac Catalyst now take on the new look of macOS Big Sur and help you better define the look and behavior of your apps. You can choose to turn off automatic scaling of iPad controls and layout, allowing you to precisely place every pixel on the screen.
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. Remote debugging from a macOS host to other CUDA enabled targets, however, is supported.
- 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
- Download version: 8u144-b01 (Zulu: 8.23.0.3) .dmg.zip.tar.gz
- Download version: Zulu 8.23.0.3 (build 1.8.0_144-b01 .zip
- iOS
- macOS
- watchOS
- tvOS
- Swift
- Man Pages
- .NET Framework
- ActionScript
- Akka
- Android
- Angular
- Ansible
- Apache
- Appcelerator Titanium
- AppleScript
- Arduino
- Backbone
- Bash
- Boost
- Bootstrap
- Bourbon
- Bourbon Neat
- C
- C++
- CakePHP
- Cappuccino
- Chai
- Chef
- Clojure
- CMake
- Cocos2D
- Cocos2D-X
- CodeIgniter
- CoffeeScript
- ColdFusion
- Common Lisp
- Compass
- Cordova
- Corona
- CouchDB
- Craft
- CSS
- D3.js
- Dart
- Django
- Docker
- Doctrine ORM
- Dojo Toolkit
- Drupal
- Elasticsearch
- Elixir
- Emacs Lisp
- Ember.js
- Emmet.io
- Erlang
- Express.js
- Expression Engine
- ExtJS
- Flask
- Font Awesome
- Foundation
- GLib
- Go
- Gradle
- Grails
- Groovy
- Grunt
- Gulp
- Haml
- Handlebars
- Haskell
- HTML
- Ionic
- Jasmine
- Java SE
- Java EE
- JavaScript
- Jekyll
- Jinja
- Joomla
- jQuery
- jQuery Mobile
- jQuery UI
- Julia
- Knockout.js
- Kobold2D
- Laravel
- LaTeX
- Less
- lodash
- Lua
- Marionette.js
- Matplotlib
- Meteor
- Mocha
- MomentJS
- MongoDB
- Mongoose
- Mono
- MooTools
- MySQL
- Nginx
- Node.js
- NumPy
- OCaml
- OpenCV
- OpenGL
- Pandas
- Perl
- Phalcon
- PhoneGap
- PHP
- PHPUnit
- Play Framework
- Polymer.dart
- PostgreSQL
- Processing.org
- Prototype
- Pug
- Puppet
- Python
- Qt
- R
- Racket
- React
- Redis
- RequireJS
- Ruby
- Ruby on Rails
- Rust
- Sails.js
- Sass
- SaltStack
- Scala
- SciPy
- Semantic UI
- Sencha Touch
- Sinon
- Smarty
- Sparrow
- Spring Framework
- SproutCore
- SQLAlchemy
- SQLite
- Statamic
- Stylus
- Susy
- SVG
- Symfony
- Tcl
- Tornado
- Twig
- Twisted
- TypeScript
- TYPO3
- Underscore.js
- Unity 3D
- Vagrant
- Vim
- VMware vSphere
- Vue.js
- WordPress
- Xamarin
- Xojo
- XSLT
- Yii
- YUI
- Zend Framework
- Zepto.js
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
- https://docs.nvidia.com/cuda/profiler-users-guide/index.html#visual
Notes about JRE Requirements when using Visual Profiler on the macOS
- OpenJDK provides an open-source (and standards compliant) implementation of a Java compliant JVM.
Binaries are provided by various vendors such as Oracle, Azul Systems (Zulu), Amazon, Red Hat, IBM, etc.
Mac Os Developer Beta
- Visual Profiler needs to use an older version of Java, specifically JRE update 151, to work correctly.
This is currently not offered by Oracle JDK but is provided by Azul Systems (Zulu).
- The Bazel Build project also uses the Zulu builds of OpenJDK.
- Download JDK 8.0.144 to get JRE update 151: