Historically, accelerating your C++ code with GPUs has not been possible in Standard C++ without using language extensions or additional libraries: CUDA C++ requires the use of and attributes on…
Source: Accelerating Standard C++ with GPUs Using stdpar | NVIDIA Developer Blog