Skip to content

Commit efbe210

Browse files
xinyazhangethanwee1
authored andcommitted
[release/2.7] [AOTriton] Support ROCM 7.0 ABI (#2302)
Per request from SWDEV-540108
1 parent 369b80e commit efbe210

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmake/External/aotriton.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,29 @@ if(NOT __AOTRITON_INCLUDED)
2828
"0.9.2b" # rocm6.3
2929
"0.9.2b" # rocm6.4
3030
"0.9.2b_612896439f" # rocm6.5 with gfx950
31+
"0.9.2b_612896439f" # rocm7.0
3132
)
3233
set(__AOTRITON_MANYLINUX_LIST
3334
"manylinux_2_28" # rocm6.2
3435
"manylinux_2_28" # rocm6.3
3536
"manylinux_2_28" # rocm6.4
3637
"manylinux_2_28" # rocm6.5
38+
"manylinux_2_28" # rocm7.0
3739
)
3840
set(__AOTRITON_ROCM_LIST
3941
"rocm6.2"
4042
"rocm6.3"
4143
"rocm6.4"
4244
"rocm6.5"
45+
"rocm7.0"
4346
)
4447
set(__AOTRITON_CI_COMMIT "612896439fb4f78509b1a566b5ef0a333e9585bb") # source of rocm6.5 with gfx950
4548
set(__AOTRITON_SHA256_LIST
4649
"08d84f96f4c984179f80f517c0431c7511ee26bb0ce9bd05a827573ddd78cc79" # rocm6.2
4750
"9094d59717e7e6eace9126ca100dd0e86510f07fc6c3a349569fc4e2d9056604" # rocm6.3
4851
"41190202c2736d5ff75b13a3abc0fb52ebfbb67226cf85dc3de7699c7000db44" # rocm6.4
4952
"c85da64d21510190277794455ef8bd3f2d543a6f2462140d3da27e1df0ab8f82" # rocm6.5 with gfx950
53+
"9061bff8a1f7b857399467260b54714d659fd812a41eeee049f0a3e9c8b9aeeb" # rocm7.0
5054
)
5155
set(__AOTRITON_Z "gz")
5256

0 commit comments

Comments
 (0)