]> git.ipfire.org Git - thirdparty/gcc.git/commit
amdgcn: Add gfx1100 to new XNACK defaults in mkoffload
authorTobias Burnus <tobias@codesourcery.com>
Mon, 8 Jan 2024 14:18:10 +0000 (15:18 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Mon, 8 Jan 2024 14:18:10 +0000 (15:18 +0100)
commit97a52f69d209f69e755ffad6897c7176da9ac686
treec8dd8d88c4797a8e2bb8929ce07fb2f980ba4efd
parent52a2c659ae6c21f84b6acce0afcb9b93b9dc71a0
amdgcn: Add gfx1100 to new XNACK defaults in mkoffload

Commit r14-6997-g78dff4c25c1b95 added an arch-dependent
SET_XNACK_OFF vs. SET_XNACK_ANY check; that was added
between writing and committing the add-gfx1100
commit r14-7005-g52a2c659ae6c21 - and I missed to add
it there.

gcc/ChangeLog:

* config/gcn/mkoffload.cc (main): Handle gfx1100
when setting the default XNACK.
gcc/config/gcn/mkoffload.cc