nways_accelerated_programming
nways_accelerated_programming copied to clipboard
Issue: Typo in Python Notebook
Cupy: Example 1 has a typo. Should be cuda.Device(0). Since we only have one MiG instance, using Device(1) will throw an error.
@muntasers, have you also tested this on a non-MIG partition after you merged it?