MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / Event

Method Event

extensions/include/cuMat/src/Context.h:467–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465
466public:
467 Event()
468 : event_(nullptr)
469 , counter_(new size_t(1))
470 {
471 CUMAT_SAFE_CALL(cudaEventCreate(&event_));
472 }
473
474 Event(const Event& rhs)
475 : event_(rhs.event_)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected