MCPcopy Create free account
hub / github.com/LBANN/lbann / record

Method record

src/utils/rocm.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102event_wrapper::~event_wrapper() { static_cast<void>(hipEventDestroy(m_event)); }
103
104void event_wrapper::record(hipStream_t stream)
105{
106 m_stream = stream;
107 CHECK_ROCM(hipEventRecord(m_event, m_stream));
108}
109
110bool event_wrapper::query() const
111{

Callers 3

fp_gpuFunction · 0.80
start_evaluationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected