Where to run prototyping workloads?

Sup Nvidia Forums,

I’m creating something compute-intensive, there will be both CPU and GPU workloads.

It’s a modification to a big library, 40000+ lines of cpp code.

I need to test that it works, somewhere.

Google Colab only works for notebooks, as do other 100500 cloud providers, including nVidia Launchpad (I think they don’t allow free usage).

Where can I inexpensively (or for free) prototype the GPU loads?

Cheers.

I think you can find instructions to compile a CUDA code using Colab. Here is an example tool. Here is an additional demonstration of that tool.

1 Like