Home
last modified time | relevance | path

Searched refs:major_sm (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/
Dgpu_kernel_factory.cc113 const int major_sm = GET_MAJOR_SM; in CheckSM() local
115 …if (check_sm && major_sm < RECOMMEND_SM && kernel_info->GetInputDeviceType(input_index) == kNumber… in CheckSM()
116 if (major_sm < MINIUM_SM) { in CheckSM()
118 << ", but the current device's computing capacity is " << major_sm; in CheckSM()
121 << ", but the current device's computing capacity is " << major_sm; in CheckSM()
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dcuda_common.h33 inline int major_sm() const { return major_sm_; } in major_sm() function
68 #define GET_MAJOR_SM mindspore::device::gpu::CudaCommon::GetInstance().major_sm()