Run python natively on gpu

I’ve Benefited from GPU acceleration through using PyTorch. It uses cuda under the hood if you have an NVIDIA GPU. Python is no less prepared for GPUs than other general purpose programing languages. For example while Go Lang more naturally uses multiple CPU cores for some applications facilitated by channels and Go routines, Go code is no closer to using GPU instructions or vectorizing and staging data than Python. Go must use libraries like CUDA or OpenCL to use a GPU just like Python does.