Home
last modified time | relevance | path

Searched defs:gpu_addr (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger_utils.cc70 …auto gpu_addr = std::make_unique<device::gpu::GPUDeviceAddress>(addr->addr, addr->size, format, ty… in LoadInputs() local
99 …auto gpu_addr = std::make_unique<device::gpu::GPUDeviceAddress>(addr->addr, addr->size, format, ty… in LoadOutputs() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_kernel_runtime.cc174 auto gpu_addr = std::make_unique<GPUDeviceAddress>(addr->addr, addr->size, format, type); in LoadKernelData() local
201 auto gpu_addr = std::make_unique<GPUDeviceAddress>(addr->addr, addr->size, format, type); in LoadKernelData() local
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.c1077 unsigned size, uint64_t *gpu_addr, struct nouveau_bo **pbo) in nouveau_scratch_get()