GitXplorerGitXplorer
c

cuda-modal

public
6 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
7fef8db12402986cf42d9c8cca8c63d1da6d7700

reorganize, add more text

ccharlesfrye committed 4 months ago
Unverified
982eb48f433d651ef2f176f0be2c8e0bd94b29e0

better error handling, lower resource usage

ccharlesfrye committed 4 months ago
Verified
e95c49864ded4bcde6b035bf6d68846548eea2d2

Fix link

ccharlesfrye committed 4 months ago
Verified
462d0fc197fae4acef53231f4e058441b5e99124

Update README.md with VS Code

ccharlesfrye committed 4 months ago
Unverified
a98bb89c9e2c32a8ca938546f8008c18dda8772d

adds VS Code development example

ccharlesfrye committed 4 months ago
Unverified
5aaa9ed9b622f4d8ac1867e1424505e2ed40ddab

add jupyter examples

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.