Data structures that help track memory access information. More...
#include <unordered_map>#include <unordered_set>#include <vector>#include "ASLog.h"#include "Errors.h"Go to the source code of this file.
Namespaces | |
| namespace | Halide |
| This file defines the class FunctionDAG, which is our representation of a Halide pipeline, and contains methods to using Halide's bounds tools to query properties of it. | |
| namespace | Halide::Internal |
| namespace | Halide::Internal::Autoscheduler |
Typedefs | |
| template<typename T> | |
| using | Halide::Internal::Autoscheduler::Accumulator = typename MemTraits<T>::Accumulator |
| template<typename T> | |
| using | Halide::Internal::Autoscheduler::MemInfoType = MemInfo<typename MemTraits<T>::MemInfoType> |
| using | Halide::Internal::Autoscheduler::GlobalMemInfo = MemInfoType<GlobalMem> |
| using | Halide::Internal::Autoscheduler::SharedMemInfo = MemInfoType<SharedMem> |
| using | Halide::Internal::Autoscheduler::LocalMemInfo = MemInfoType<LocalMem> |
Data structures that help track memory access information.
Useful when computing GPU features
Definition in file GPUMemInfo.h.