MLIR 22.0.0git
mlir::ConvertGpuOpsToROCDLOpsOptions Struct Reference

#include "mlir/Conversion/GPUToROCDL/GPUToROCDLPass.h"

Public Attributes

std::string chipset = "gfx000"
unsigned indexBitwidth = 0
bool useBarePtrCallConv = false
::mlir::gpu::amd::Runtime runtime = ::mlir::gpu::amd::Runtime::Unknown
::llvm::SmallVector< std::string > allowedDialects

Detailed Description

Definition at line 2350 of file GPUToROCDLPass.h.

Member Data Documentation

◆ allowedDialects

llvm::SmallVector< std::string > mlir::ConvertGpuOpsToROCDLOpsOptions::allowedDialects

Definition at line 2355 of file GPUToROCDLPass.h.

◆ chipset

std::string mlir::ConvertGpuOpsToROCDLOpsOptions::chipset = "gfx000"

Definition at line 2351 of file GPUToROCDLPass.h.

◆ indexBitwidth

unsigned mlir::ConvertGpuOpsToROCDLOpsOptions::indexBitwidth = 0

Definition at line 2352 of file GPUToROCDLPass.h.

◆ runtime

mlir::gpu::amd::Runtime mlir::ConvertGpuOpsToROCDLOpsOptions::runtime = ::mlir::gpu::amd::Runtime::Unknown

Definition at line 2354 of file GPUToROCDLPass.h.

◆ useBarePtrCallConv

bool mlir::ConvertGpuOpsToROCDLOpsOptions::useBarePtrCallConv = false

Definition at line 2353 of file GPUToROCDLPass.h.


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