[Bug middle-end/64457] NVCC like features CUDA/OpenCL support for GCC to use GPU's to speed up compile jobs.
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jan 5 08:05:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64457
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Only OpenACC offloading to nvptx is in latest stages before merge (hopefully it
will merge into trunk in the first half of January), OpenMP offloading to nvptx
will need some further work. But yeah, I think OpenMP or OpenACC is
preferrable over CUDA here, which is by design specific to a single hw
implementation.
More information about the Gcc-bugs
mailing list