MCPcopy Create free account
hub / github.com/alibaba/libgrape-lite / ParallelEngine

Method ParallelEngine

grape/cuda/parallel/parallel_engine.h:983–983  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981class ParallelEngine {
982 public:
983 ParallelEngine() { CHECK_CUDA(cudaProfilerStart()); }
984
985 virtual ~ParallelEngine() { CHECK_CUDA(cudaProfilerStop()); }
986

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected