Re: [committed][nvptx] Fix ASM_SPEC workaround for sm_30

2022-04-11 Thread Tom de Vries via Gcc-patches
On 4/7/22 16:17, Thomas Schwinge wrote: Hi! On 2022-03-31T09:40:47+0200, Tom de Vries via Gcc-patches wrote: Newer versions of CUDA no longer support sm_30, and nvptx-tools as currently doesn't handle that gracefully when verifying ( https://github.com/MentorEmbedded/nvptx-tools/issues/30 ).

Re: [committed][nvptx] Fix ASM_SPEC workaround for sm_30

2022-04-07 Thread Thomas Schwinge
Hi! On 2022-03-31T09:40:47+0200, Tom de Vries via Gcc-patches wrote: > Newer versions of CUDA no longer support sm_30, and nvptx-tools as > currently doesn't handle that gracefully when verifying > ( https://github.com/MentorEmbedded/nvptx-tools/issues/30 ). There's now

[committed][nvptx] Fix ASM_SPEC workaround for sm_30

2022-03-31 Thread Tom de Vries via Gcc-patches
Hi, Newer versions of CUDA no longer support sm_30, and nvptx-tools as currently doesn't handle that gracefully when verifying ( https://github.com/MentorEmbedded/nvptx-tools/issues/30 ). There's a --no-verify work-around in place in ASM_SPEC, but that one doesn't work when using -Wa,--verify on