MLIR 22.0.0git
mlir::SparseVectorizationOptions Struct Reference

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

Public Attributes

int32_t vectorLength = 0
bool enableVLAVectorization = false
bool enableSIMDIndex32 = false

Detailed Description

Definition at line 815 of file Passes.h.

Member Data Documentation

◆ enableSIMDIndex32

bool mlir::SparseVectorizationOptions::enableSIMDIndex32 = false

Definition at line 818 of file Passes.h.

◆ enableVLAVectorization

bool mlir::SparseVectorizationOptions::enableVLAVectorization = false

Definition at line 817 of file Passes.h.

◆ vectorLength

int32_t mlir::SparseVectorizationOptions::vectorLength = 0

Definition at line 816 of file Passes.h.


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