Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_event.cc29 GpuEvent::~GpuEvent() { CHECK_CUDA_RET_WITH_ERROR_NOTRACE(cudaEventDestroy(event_), "cudaEventDesto… in ~GpuEvent()
Dgpu_common.h65 #define CHECK_CUDA_RET_WITH_ERROR_NOTRACE(expression, message) \ macro