Home
last modified time | relevance | path

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

/external/pytorch/c10/cuda/
DCUDADeviceAssertionHost.cpp199 uvm_assertions.emplace_back(nullptr, uvm_deleter); in CUDAKernelLaunchRegistry()
255 for (const auto& x : uvm_assertions) { in snapshot()
277 if (uvm_assertions.at(device_num)) { in get_uvm_assertions_ptr_for_current_device()
278 return uvm_assertions.at(device_num).get(); in get_uvm_assertions_ptr_for_current_device()
288 if (uvm_assertions.at(device_num)) { in get_uvm_assertions_ptr_for_current_device()
289 return uvm_assertions.at(device_num).get(); in get_uvm_assertions_ptr_for_current_device()
322 uvm_assertions.at(device_num).reset(uvm_assertions_ptr); in get_uvm_assertions_ptr_for_current_device()
336 for (const auto& x : uvm_assertions) { in has_failed()
DCUDADeviceAssertionHost.h106 uvm_assertions; variable