https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108098
Tobias Burnus changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108098
--- Comment #6 from CVS Commits ---
The releases/gcc-13 branch has been updated by Tobias Burnus
:
https://gcc.gnu.org/g:615b920553fd28e9d4732dedcd799227e82cc011
commit r13-7306-g615b920553fd28e9d4732dedcd799227e82cc011
Author: Tobias Burnus
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108098
--- Comment #5 from CVS Commits ---
The master branch has been updated by Tobias Burnus :
https://gcc.gnu.org/g:4359724cba31b2645f6106266bef019c3d6ef16a
commit r14-491-g4359724cba31b2645f6106266bef019c3d6ef16a
Author: Tobias Burnus
Date: Fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108098
--- Comment #4 from Tobias Burnus ---
Indeed, the following seems to also help with an older CUDA / JIT compiler.
Motivated by Thomas' work.
If we are sure that CUDA 11.0 fixes it, we could generate that code only for:
if (version2[0] < 7 ||
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108098
--- Comment #3 from Tobias Burnus ---
The problem - at least when testing on a system with:
NVIDIA-SMI 440.118.02 Driver Version: 440.118.02 CUDA Version: 10.2
seems to be that libgomp/plugin/plugin-nvptx.c's GOMP_OFFLOAD_load_image has:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108098
Thomas Schwinge changed:
What|Removed |Added
Last reconfirmed||2022-12-16
--- Comment #2 from Thomas
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108098
--- Comment #1 from Tom de Vries ---
(In reply to Thomas Schwinge from comment #0)
> $ nvidia-smi
> [...]
> | NVIDIA-SMI 440.33.01Driver Version: 440.33.01CUDA Version: 10.2
> [...]
> | 0 Tesla K80 [...]
> [..