Home
last modified time | relevance | path

Searched refs:ENABLE_GPU (Results 1 – 25 of 37) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/profiler/device/
Dprofiling.cc25 #if ENABLE_GPU
99 #if ENABLE_GPU in GetProfilingEnableFlag()
111 #if ENABLE_GPU in RecordOneStepStartEndInfo()
/third_party/mindspore/mindspore/ccsrc/profiler/
DCMakeLists.txt2 if(ENABLE_GPU)
12 if(ENABLE_CPU AND NOT (ENABLE_D OR ENABLE_GPU))
/third_party/mindspore/scripts/build/
Dbuild_mindspore.sh70 if [[ "X$ENABLE_GPU" = "Xon" ]]; then
82 if [[ "X$ENABLE_AKG" = "Xon" ]] && [[ "X$ENABLE_D" = "Xon" || "X$ENABLE_GPU" = "Xon" ]]; then
Dparse_device.sh30 export ENABLE_GPU="on"
Ddefault_options.sh53 export ENABLE_GPU="off"
/third_party/mindspore/cmake/
Dpackage_win.cmake16 if(ENABLE_GPU)
117 if(ENABLE_GPU)
133 if(ENABLE_GPU)
190 if((ENABLE_D OR ENABLE_GPU) AND ENABLE_AKG)
Dpackage.cmake21 elseif(ENABLE_GPU)
154 if(ENABLE_GPU)
177 if(ENABLE_GPU)
294 if((ENABLE_D OR ENABLE_GPU) AND ENABLE_AKG)
Doptions.cmake2 option(ENABLE_GPU "Enable gpu" OFF) option
77 if(ENABLE_GPU)
Dcheck_requirements.cmake61 if(ENABLE_GPU)
/third_party/mindspore/mindspore/ccsrc/common/
Dthread_pool.cc26 #if ENABLE_D || ENABLE_GPU
36 #if ENABLE_D || ENABLE_GPU in ThreadPool()
/third_party/mindspore/mindspore/ccsrc/utils/
Dcomm_manager.cc29 #if defined(ENABLE_GPU)
127 #elif defined(ENABLE_GPU)
235 #elif defined(ENABLE_GPU) in GetRank()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
DCMakeLists.txt12 if(ENABLE_GPU)
42 if(ENABLE_GPU)
58 if(ENABLE_GPU)
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger_utils.cc68 #ifdef ENABLE_GPU in LoadInputs()
97 #ifdef ENABLE_GPU in LoadOutputs()
/third_party/mindspore/mindspore/ccsrc/cxx_api/
DCMakeLists.txt52 if(ENABLE_GPU)
90 if(ENABLE_D OR ENABLE_GPU)
143 if(ENABLE_GPU)
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/
DCMakeLists.txt4 if(ENABLE_GPU)
/third_party/mindspore/mindspore/ccsrc/profiler/device/cpu/
Dcpu_profiling.h27 #if ENABLE_GPU
Dcpu_data_saver.cc34 #if ENABLE_GPU in WriteFile()
Dcpu_profiling.cc67 #if ENABLE_GPU in OpDataProducerBegin()
/third_party/mindspore/mindspore/ccsrc/backend/session/
DCMakeLists.txt21 if(ENABLE_GPU)
Dgpu_session.cc85 #if ENABLE_CPU && ENABLE_GPU
335 #if ENABLE_CPU && ENABLE_GPU in LoadInputData()
429 #if ENABLE_CPU && ENABLE_GPU in CompileGraphImpl()
517 #if ENABLE_CPU && ENABLE_GPU in PreExecuteGraph()
553 #if ENABLE_CPU && ENABLE_GPU in ExecuteGraph()
/third_party/mindspore/
Dbuild.sh48 if [[ "X$ENABLE_AKG" = "Xon" ]] && [[ "X$ENABLE_D" = "Xon" || "X$ENABLE_GPU" = "Xon" ]]; then
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dcircular_pool.h104 #ifdef ENABLE_GPU
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/
DCMakeLists.txt22 if(ENABLE_GPU)
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dgroup_manager.cc21 #if !defined(NO_DLIB) || defined(ENABLE_GPU)
73 #if !defined(NO_DLIB) || defined(ENABLE_GPU)
/third_party/mindspore/mindspore/ccsrc/
DCMakeLists.txt42 if(ENABLE_GPU)
142 add_compile_definitions(ENABLE_GPU)
352 elseif(ENABLE_GPU)
389 if(ENABLE_GPU)

12