]> git.ipfire.org Git - thirdparty/gcc.git/commit
nvptx.opt: Add sm_89 and sm_90a to -march-map=
authorTobias Burnus <tburnus@baylibre.com>
Mon, 29 Jan 2024 12:06:27 +0000 (13:06 +0100)
committerTobias Burnus <tburnus@baylibre.com>
Mon, 29 Jan 2024 12:06:27 +0000 (13:06 +0100)
commit9e89b5e92505a09b1c757662c10af340af87f11b
tree57f2d2bb39dee38517d444823059969e6a322190
parentc1a38cd67e1632d67fe9dfae0d09fd599fce6d76
nvptx.opt: Add sm_89 and sm_90a to -march-map=

The -march-map= options maps the compute capability to the closest
lower compute capability that has been implemented; for sm_89 and
sm_90a, that were previously missing, that's currently -march=sm_80
alias -misa=sm_80.

gcc/ChangeLog:

* config/nvptx/nvptx.opt (march-map=): Add sm_89 and sm_90a.

Signed-off-by: Tobias Burnus <tburnus@baylibre.com>
gcc/config/nvptx/nvptx.opt