Skip to content

Commit

Permalink
Remove BMG in default linux aot target
Browse files Browse the repository at this point in the history
  • Loading branch information
chunhuanMeng authored Dec 26, 2024
1 parent a15c352 commit 1ee12c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/BuildFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "MSVC"
if(WIN32)
set(AOT_TARGETS "dg2-g10,mtl-u,mtl-h,xe2-lpg,xe2-hpg")
else()
set(AOT_TARGETS "pvc,xe-lpg,dg2-g10,xe2-lpg,xe2-hpg")
set(AOT_TARGETS "pvc,xe-lpg,dg2-g10")
endif()
if((DEFINED ENV{TORCH_XPU_ARCH_LIST}) AND NOT ("$ENV{TORCH_XPU_ARCH_LIST}" STREQUAL ""))
set(AOT_TARGETS "$ENV{TORCH_XPU_ARCH_LIST}")
Expand Down

0 comments on commit 1ee12c3

Please sign in to comment.