#include <FindGPUMacro.h>
Definition at line 15 of file FindGPUMacro.h.
◆ GPUMacro() [1/2]
| GPUMacro::GPUMacro |
( |
int | blockIdx, |
|
|
int | blockIdy, |
|
|
int | blockIdz, |
|
|
int | threadIdx, |
|
|
int | threadIdy, |
|
|
int | threadIdz, |
|
|
int | gpuTime, |
|
|
int | cpuTime ) |
◆ GPUMacro() [2/2]
◆ ~GPUMacro()
◆ addGPUFit()
| void GPUMacro::addGPUFit |
( |
| ) |
|
◆ denyGPUFit()
| void GPUMacro::denyGPUFit |
( |
| ) |
|
◆ dump()
| void GPUMacro::dump |
( |
raw_ostream & | os | ) |
|
◆ getBlockIdx()
| int GPUMacro::getBlockIdx |
( |
| ) |
|
◆ getBlockIdy()
| int GPUMacro::getBlockIdy |
( |
| ) |
|
◆ getBlockIdz()
| int GPUMacro::getBlockIdz |
( |
| ) |
|
◆ getCPUTime()
| int GPUMacro::getCPUTime |
( |
| ) |
|
◆ getGPUTime()
| int GPUMacro::getGPUTime |
( |
| ) |
|
◆ getThreadIdx()
| int GPUMacro::getThreadIdx |
( |
| ) |
|
◆ getThreadIdy()
| int GPUMacro::getThreadIdy |
( |
| ) |
|
◆ getThreadIdz()
| int GPUMacro::getThreadIdz |
( |
| ) |
|
◆ isGPUFit()
| bool GPUMacro::isGPUFit |
( |
| ) |
|
◆ _blockIdx
| int systemc_clang::GPUMacro::_blockIdx |
|
private |
◆ _blockIdy
| int systemc_clang::GPUMacro::_blockIdy |
|
private |
◆ _blockIdz
| int systemc_clang::GPUMacro::_blockIdz |
|
private |
◆ _cpuTime
| int systemc_clang::GPUMacro::_cpuTime |
|
private |
◆ _gpuFit
| bool systemc_clang::GPUMacro::_gpuFit |
|
private |
◆ _gpuTime
| int systemc_clang::GPUMacro::_gpuTime |
|
private |
◆ _threadIdx
| int systemc_clang::GPUMacro::_threadIdx |
|
private |
◆ _threadIdy
| int systemc_clang::GPUMacro::_threadIdy |
|
private |
◆ _threadIdz
| int systemc_clang::GPUMacro::_threadIdz |
|
private |
The documentation for this class was generated from the following files: