MLIR 22.0.0git
mlir::SparseGPUCodegenOptions Struct Reference

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

Public Attributes

int32_t numThreads = 1024
bool enableRuntimeLibrary = true

Detailed Description

Definition at line 446 of file Passes.h.

Member Data Documentation

◆ enableRuntimeLibrary

bool mlir::SparseGPUCodegenOptions::enableRuntimeLibrary = true

Definition at line 448 of file Passes.h.

◆ numThreads

int32_t mlir::SparseGPUCodegenOptions::numThreads = 1024

Definition at line 447 of file Passes.h.


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