Skip to content

Commit a7d3b2e

Browse files
authored
[AOTriton] Support ROCM 7.0 ABI (#2295)
Fixes #SWDEV-540108
1 parent cc2a69c commit a7d3b2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/External/aotriton.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,16 @@ if(NOT __AOTRITON_INCLUDED)
2626
set(__AOTRITON_VER_WITH_COMMIT "0.9.2b_612896439f")
2727
set(__AOTRITON_MANYLINUX_LIST
2828
"manylinux_2_28" # rocm6.5
29+
"manylinux_2_28" # rocm7.0
2930
)
3031
set(__AOTRITON_ROCM_LIST
3132
"rocm6.5"
33+
"rocm7.0"
3234
)
3335
set(__AOTRITON_CI_COMMIT "612896439fb4f78509b1a566b5ef0a333e9585bb")
3436
set(__AOTRITON_SHA256_LIST
3537
"c85da64d21510190277794455ef8bd3f2d543a6f2462140d3da27e1df0ab8f82" # rocm6.5
38+
"9061bff8a1f7b857399467260b54714d659fd812a41eeee049f0a3e9c8b9aeeb" # rocm7.0
3639
)
3740
set(__AOTRITON_Z "gz")
3841

0 commit comments

Comments
 (0)