#include <GPUMemInfo.h>
|
| GlobalAccessAccumulator (int bytes_per_access, size_t dimensions, const Strides &strides, bool verbose) |
|
void | operator() (int thread_id, int x, int y, int z, int active, bool last_thread) |
|
void | add_access_info (int num_requests, GlobalMemInfo &global_mem_info, bool is_tail_warp) const |
|
Definition at line 176 of file GPUMemInfo.h.
◆ GlobalAccessAccumulator()
Halide::Internal::Autoscheduler::GlobalAccessAccumulator::GlobalAccessAccumulator |
( |
int | bytes_per_access, |
|
|
size_t | dimensions, |
|
|
const Strides & | strides, |
|
|
bool | verbose ) |
|
inline |
◆ operator()()
void Halide::Internal::Autoscheduler::GlobalAccessAccumulator::operator() |
( |
int | thread_id, |
|
|
int | x, |
|
|
int | y, |
|
|
int | z, |
|
|
int | active, |
|
|
bool | last_thread ) |
|
inline |
◆ add_access_info()
void Halide::Internal::Autoscheduler::GlobalAccessAccumulator::add_access_info |
( |
int | num_requests, |
|
|
GlobalMemInfo & | global_mem_info, |
|
|
bool | is_tail_warp ) const |
|
inline |
The documentation for this struct was generated from the following file: