This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Add gfx1036 target
ClosedPublic

Authored by aakanksha555 on Mar 2 2022, 1:54 PM.

Diff Detail

Event Timeline

aakanksha555 created this revision.Mar 2 2022, 1:54 PM
Herald added a reviewer: MaskRay. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
aakanksha555 requested review of this revision.Mar 2 2022, 1:54 PM
Herald added projects: Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptMar 2 2022, 1:54 PM

Please also update these 2 files:

clang/test/Driver/cuda-bad-arch.cu
openmp/libomptarget/DeviceRTL/CMakeLists.txt

In fact the last one was not updated before too, so the last target gfx1031 there.

You also need to rebase it, I have just landed gfx940 target.

Looks like cuda-bad-arch.cu does not have any gfx10. Let's fix this in a separate followup patch.

Update openmp/libomptarget/DeviceRTL/CMakeLists.txt as well.
clang/test/Driver/cuda-bad-arch.cu to be updated with all gfx10 targets in a separate patch.

Rebase patch

rampitec accepted this revision.Mar 2 2022, 3:12 PM

LGTM

This revision is now accepted and ready to land.Mar 2 2022, 3:12 PM
This revision was landed with ongoing or failed builds.Mar 2 2022, 3:27 PM
This revision was automatically updated to reflect the committed changes.