Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDADeviceAssertionHost.cpp254 std::vector<DeviceAssertionsData> device_assertions_data; in snapshot() local
257 device_assertions_data.push_back(*x); in snapshot()
259 device_assertions_data.emplace_back(); in snapshot()
263 return std::make_pair(device_assertions_data, kernel_launches); in snapshot()