Skip to content

Commit

Permalink
[Feature](mlu-ops): Compile mtp_613 by default (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
duzekunKTH authored Dec 18, 2024
1 parent ba4a48f commit c0cb54c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ endif()
if (NOT MLUOP_MLU_ARCH_LIST)
message(STATUS "build all arch")
set(BANG_CNCC_FLAGS "${BANG_CNCC_FLAGS}" "--bang-mlu-arch=mtp_372"
"--bang-mlu-arch=mtp_592")
"--bang-mlu-arch=mtp_592"
"--bang-mlu-arch=mtp_613")
else()
foreach (arch ${MLUOP_MLU_ARCH_LIST})
set(CNCC_FLAGS_ARCH ${CNCC_FLAGS_ARCH} "--bang-mlu-arch=${arch}" )
Expand Down

0 comments on commit c0cb54c

Please sign in to comment.