As raised by #427 whilst there is now a GPU workflow to run examples (integration tests), many of them are still being run on CPU by default.
To run on GPU would require passing --device='cuda' from the commandline call to the python files and pt2ts script.
Really we should look to update the script to run everything possible on the GPU.
cc'ing @niccolozanotti as the original author of the workflow in case he has thoughts/comments.