Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling.h129 …void CUPTIAPI ProcessBuffer(CUcontext ctx, uint32_t streamId, uint8_t *buffer, size_t size, size_t…
Dgpu_profiling.cc552 gpu_profiler_inst->ProcessBuffer(ctx, streamId, buffer, size, validSize); in ActivityProcessBuffer()
726 void CUPTIAPI GPUProfiler::ProcessBuffer(CUcontext ctx, uint32_t streamId, uint8_t *buffer, size_t … in ProcessBuffer() function in mindspore::profiler::gpu::GPUProfiler