Skip to content

Commit

Permalink
Updating hsa_ext_air with new packet type needed for mlir-aie integra…
Browse files Browse the repository at this point in the history
…tion (#386)
  • Loading branch information
eddierichter-amd authored Jan 15, 2024
1 parent 3ca03de commit fde1ed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime_lib/airhost/include/hsa_ext_air.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ typedef enum {
AIR_PKT_TYPE_READ_AIE_REG32 = 0x51L,
AIR_PKT_TYPE_WRITE_AIE_REG32 = 0x52L,
AIR_PKT_TYPE_AIRBIN = 0x53L,
AIR_PKT_TYPE_TRANSLATE = 0x54L,

AIR_PKT_TYPE_SHIM_DMA_MEMCPY = 0x0100L,
AIR_PKT_TYPE_HERD_SHIM_DMA_MEMCPY = 0x0101L,
Expand Down

0 comments on commit fde1ed2

Please sign in to comment.