How to run cuTile on DGX Spark

How do we setup and run cuTile on DGX spark?

Would it be possible to share the notes for installing, thanks!

@vgoklani, I’ve created a sample docker-based project on github for you:

Feel free to test it.
It has the links to the official cuda 13.1 docs to install it locally as well.

video tutorial:

1 Like

Hi, I get this error:

Traceback (most recent call last):
File “/home/agenticpartner/Downloads/cutilesample/cutile.py”, line 10, in
import cupy as cp
ModuleNotFoundError: No module named ‘cupy’

When executing: python cutile.py

The Dockerfile works for me, and i was able to run both test scripts (vector_add and multiply).

1 Like

Check the instructions and use docker

1 Like