MLIR 22.0.0git
mlir::GpuModuleToBinaryPassOptions Struct Reference

#include "mlir/Dialect/GPU/Transforms/Passes.h"

Public Attributes

std::string toolkitPath = ""
::llvm::SmallVector< std::string > linkFiles
std::string cmdOptions = ""
std::string compilationTarget = "fatbin"
std::string elfSection = ""

Detailed Description

Definition at line 519 of file Passes.h.

Member Data Documentation

◆ cmdOptions

std::string mlir::GpuModuleToBinaryPassOptions::cmdOptions = ""

Definition at line 522 of file Passes.h.

◆ compilationTarget

std::string mlir::GpuModuleToBinaryPassOptions::compilationTarget = "fatbin"

Definition at line 523 of file Passes.h.

Referenced by mlir::sparse_tensor::buildSparsifier().

◆ elfSection

std::string mlir::GpuModuleToBinaryPassOptions::elfSection = ""

Definition at line 524 of file Passes.h.

◆ linkFiles

::llvm::SmallVector<std::string> mlir::GpuModuleToBinaryPassOptions::linkFiles

Definition at line 521 of file Passes.h.

◆ toolkitPath

std::string mlir::GpuModuleToBinaryPassOptions::toolkitPath = ""

Definition at line 520 of file Passes.h.


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