We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2a69c commit a7d3b2eCopy full SHA for a7d3b2e
cmake/External/aotriton.cmake
@@ -26,13 +26,16 @@ if(NOT __AOTRITON_INCLUDED)
26
set(__AOTRITON_VER_WITH_COMMIT "0.9.2b_612896439f")
27
set(__AOTRITON_MANYLINUX_LIST
28
"manylinux_2_28" # rocm6.5
29
+ "manylinux_2_28" # rocm7.0
30
)
31
set(__AOTRITON_ROCM_LIST
32
"rocm6.5"
33
+ "rocm7.0"
34
35
set(__AOTRITON_CI_COMMIT "612896439fb4f78509b1a566b5ef0a333e9585bb")
36
set(__AOTRITON_SHA256_LIST
37
"c85da64d21510190277794455ef8bd3f2d543a6f2462140d3da27e1df0ab8f82" # rocm6.5
38
+ "9061bff8a1f7b857399467260b54714d659fd812a41eeee049f0a3e9c8b9aeeb" # rocm7.0
39
40
set(__AOTRITON_Z "gz")
41
0 commit comments