Skip to content

Commit

Permalink
Drop Support for AMDGPU GFX900(VEGA) (#1555)
Browse files Browse the repository at this point in the history
This commit  drops the manual implementation for supporting AMDGPU GFX900 (VEGA) architecture,
which we don't have XML-ISA-SPEC for.

* drop support for gfx900
* remove legacy register vector types
  • Loading branch information
bbiiggppiigg committed Oct 3, 2023
1 parent d1b1e0e commit 85f3c8e
Show file tree
Hide file tree
Showing 49 changed files with 80 additions and 8,965 deletions.
2 changes: 0 additions & 2 deletions common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ set(_public_headers
h/AMDGPU/gfx940/amdgpu_gfx940_sys_regs.h
h/AMDGPU/gfx90a/amdgpu_gfx90a_op_table.h
h/AMDGPU/gfx90a/amdgpu_gfx90a_sys_regs.h
h/AMDGPU/vega/amdgpu_vega_op_table.h
h/AMDGPU/vega/amdgpu_vega_sys_regs.h
h/AMDGPU/gfx908/amdgpu_gfx908_op_table.h
h/AMDGPU/gfx908/amdgpu_gfx908_sys_regs.h
h/Annotatable.h
Expand Down

0 comments on commit 85f3c8e

Please sign in to comment.