Searched refs:major_sm (Results 1 – 2 of 2) sorted by relevance
113 const int major_sm = GET_MAJOR_SM; in CheckSM() local115 …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()
33 inline int major_sm() const { return major_sm_; } in major_sm() function68 #define GET_MAJOR_SM mindspore::device::gpu::CudaCommon::GetInstance().major_sm()