MLIR 22.0.0git
mlir::ConvertGpuOpsToNVVMOpsOptions Struct Reference

#include "mlir/Conversion/GPUToNVVM/GPUToNVVMPass.h"

Public Attributes

unsigned indexBitwidth = 0
bool hasRedux = false
bool useBarePtrCallConv = false
::llvm::SmallVector< std::string > allowedDialects

Detailed Description

Definition at line 2165 of file GPUToNVVMPass.h.

Member Data Documentation

◆ allowedDialects

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

Definition at line 2169 of file GPUToNVVMPass.h.

◆ hasRedux

bool mlir::ConvertGpuOpsToNVVMOpsOptions::hasRedux = false

Definition at line 2167 of file GPUToNVVMPass.h.

◆ indexBitwidth

unsigned mlir::ConvertGpuOpsToNVVMOpsOptions::indexBitwidth = 0

Definition at line 2166 of file GPUToNVVMPass.h.

◆ useBarePtrCallConv

bool mlir::ConvertGpuOpsToNVVMOpsOptions::useBarePtrCallConv = false

Definition at line 2168 of file GPUToNVVMPass.h.


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