Home
last modified time | relevance | path

Searched refs:ENABLE_AKG (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/scripts/build/
Ddefault_options.sh47 export ENABLE_AKG="on"
Dprocess_options.sh89 export ENABLE_AKG="on"
Dbuild_mindspore.sh82 if [[ "X$ENABLE_AKG" = "Xon" ]] && [[ "X$ENABLE_D" = "Xon" || "X$ENABLE_GPU" = "Xon" ]]; then
/third_party/mindspore/
Dbuild.sh48 if [[ "X$ENABLE_AKG" = "Xon" ]] && [[ "X$ENABLE_D" = "Xon" || "X$ENABLE_GPU" = "Xon" ]]; then
DCMakeLists.txt50 if(ENABLE_AKG AND (ENABLE_D OR ENABLE_GPU))
/third_party/mindspore/cmake/
Doptions.cmake20 option(ENABLE_AKG "enable akg" OFF) option
Dpackage_win.cmake190 if((ENABLE_D OR ENABLE_GPU) AND ENABLE_AKG)
Dpackage.cmake294 if((ENABLE_D OR ENABLE_GPU) AND ENABLE_AKG)