My Project
Public Attributes | List of all members
mlir::AffineCopyOptions Struct Reference

Explicit copy / DMA generation options for mlir::affineDataCopyGenerate. More...

#include <LoopUtils.h>

Public Attributes

bool generateDma
 
unsigned slowMemorySpace
 
unsigned fastMemorySpace
 
unsigned tagMemorySpace
 
uint64_t fastMemCapacityBytes
 

Detailed Description

Explicit copy / DMA generation options for mlir::affineDataCopyGenerate.

Member Data Documentation

◆ fastMemCapacityBytes

uint64_t mlir::AffineCopyOptions::fastMemCapacityBytes

◆ fastMemorySpace

unsigned mlir::AffineCopyOptions::fastMemorySpace

◆ generateDma

bool mlir::AffineCopyOptions::generateDma

◆ slowMemorySpace

unsigned mlir::AffineCopyOptions::slowMemorySpace

◆ tagMemorySpace

unsigned mlir::AffineCopyOptions::tagMemorySpace

The documentation for this struct was generated from the following file: