2 GPGPU
Anthony Wang edited this page 9 months ago

You can run general purpose GPU computations using our AMD Radeon 6600XT graphics card.

PyTorch

Install the PyTorch Pip package for the ROCm compute platform using the instructions on the PyTorch website. It should just work™ if you run PyTorch programs with the environment variable HSA_OVERRIDE_GFX_VERSION=10.3.0 set.

Table of Contents