https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65099
Alexander Monakov <amonakov at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amonakov at gcc dot gnu.org --- Comment #3 from Alexander Monakov <amonakov at gcc dot gnu.org> --- As of CUDA Toolkit release 7.0 (Early 2015), NVIDIA removed support for running CUDA applications on 32-bit x86 kernels, and deprecated support for running 32-bit applications on 64-bit x86 kernels. However, 32-bit support is in place for the ARM platform. Thought I'd add this note since the need for 32-bit support in GCC offloading in the first place is non-obvious.