GitXplorerGitXplorer
c

cuda-modal

public
6 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
aa3abfc47ebb8d9f8d3456901a8440c688317318

adds raw CUDA example

ccharlesfrye committed 4 months ago
Unverified
a923112c05c5e549a3266af089f8808ab6159400

adds cupy example

ccharlesfrye committed 4 months ago
Unverified
5ee656db4b9bbc03158c641ac2f03d63de05de43

initial commit

ccharlesfrye committed 4 months ago

README

The README file for this repository.

CUDA MODE

This repository contains some sample code that's helpful for getting started with using CUDA on Modal.

The subdirectories include:

  • cuda: A demonstration of how to compile and run custom CUDA code on Modal.
  • cupy: A simple script showing the use of CuPy on Modal.
  • jupyter_cuda_mode: Two example notebooks from the CUDA MODE class plus a script for running them on Modal. These notebooks show workflows for using CUDA from Python.
  • vscode_on_modal: A simple script for launching a VS Code instance on Modal.

For usage information, see the script files in each folder.

You can find a lot more examples of how to use Modal in the examples repository.