#include <cudamemcpy_tc.hpp>
◆ CudaMemcpyTC()
| CudaMemcpyTC::CudaMemcpyTC |
( |
| ) |
|
◆ ~CudaMemcpyTC()
| CudaMemcpyTC::~CudaMemcpyTC |
( |
| ) |
|
|
virtual |
◆ count()
| size_t CudaMemcpyTC::count |
( |
| ) |
|
|
overridevirtual |
◆ num_edges()
| virtual uint64_t CudaMemcpyTC::num_edges |
( |
| ) |
|
|
inlineoverridevirtual |
number of edges traversed during triangle counting
Implements TriangleCounter.
◆ read_data()
| void CudaMemcpyTC::read_data |
( |
const std::string & |
path | ) |
|
|
overridevirtual |
◆ setup_data()
| void CudaMemcpyTC::setup_data |
( |
| ) |
|
|
overridevirtual |
◆ edgeDst_d_
| Int* CudaMemcpyTC::edgeDst_d_ |
|
private |
◆ edgeSrc_d_
| Int* CudaMemcpyTC::edgeSrc_d_ |
|
private |
◆ hostDAG_
◆ nodes_d_
| Int* CudaMemcpyTC::nodes_d_ |
|
private |
◆ triangleCounts_
| size_t* CudaMemcpyTC::triangleCounts_ |
|
private |
The documentation for this class was generated from the following files: