MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / CusparseCall

Method CusparseCall

paddle/phi/backends/gpu/gpu_context.cc:1031–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1029}
1030
1031void GPUContext::CusparseCall(
1032 const std::function<void(sparseHandle_t)>& callback) const {
1033 impl_->CusparseCall(callback);
1034}
1035
1036void GPUContext::RecordEvent(gpuEvent_t ev,
1037 const std::function<void()>& callback) const {

Callers 15

CreateCsrDescriptorFunction · 0.45
CreateCooDescriptorFunction · 0.45
SPMMMethod · 0.45
SDDMMMethod · 0.45
CreateCsrDescriptorFunction · 0.45
CreateCooDescriptorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected