Skip to content

Commit

Permalink
Code clean up for AMDGPU (#1205)
Browse files Browse the repository at this point in the history
* Update the code layout for vega headers

* Remove unused cda headers

* remove duplicate cdna2 headers in instructionAPI
  • Loading branch information
bbiiggppiigg committed Feb 25, 2022
1 parent 1c8a880 commit 4655b90
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 4,470 deletions.
File renamed without changes.
File renamed without changes.
1,152 changes: 0 additions & 1,152 deletions common/h/amdgpu_cdna_op_table.h

This file was deleted.

1,563 changes: 0 additions & 1,563 deletions common/h/amdgpu_cdna_sys_regs.h

This file was deleted.

2 changes: 1 addition & 1 deletion common/h/dyn_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,7 @@ namespace Dyninst
const signed int BITS_256 = 0x00000F00;
const signed int BITS_512 = 0x00001000;

#include "amdgpu_vega_sys_regs.h"
#include "AMDGPU/vega/amdgpu_vega_sys_regs.h"
}

namespace amdgpu_cdna2{
Expand Down
3 changes: 1 addition & 2 deletions common/h/entryIDs.h
Original file line number Diff line number Diff line change
Expand Up @@ -3007,8 +3007,7 @@ power_op_dxex,
aarch64_op_zip1_advsimd,
aarch64_op_zip2_advsimd,
amdgpu_op_sop1_nop,
#include "amdgpu_op_table.h"
#include "amdgpu_cdna_op_table.h"
#include "AMDGPU/vega/amdgpu_vega_op_table.h"
#include "AMDGPU/cdna2/amdgpu_cdna2_op_table.h"
cuda_op_general,
cuda_op_call,
Expand Down

0 comments on commit 4655b90

Please sign in to comment.