MLIR
20.0.0git
|
Structure to control the behavior of specialized AVX2 transpose lowering. More...
#include "mlir/Dialect/X86Vector/Transforms.h"
Public Member Functions | |
TransposeLoweringOptions & | lower4x8xf32 (bool lower=true) |
TransposeLoweringOptions & | lower8x8xf32 (bool lower=true) |
Public Attributes | |
bool | lower4x8xf32_ = false |
bool | lower8x8xf32_ = false |
Structure to control the behavior of specialized AVX2 transpose lowering.
Definition at line 145 of file Transforms.h.
|
inline |
Definition at line 147 of file Transforms.h.
References lower4x8xf32_.
|
inline |
Definition at line 152 of file Transforms.h.
References lower8x8xf32_.
bool mlir::x86vector::avx2::TransposeLoweringOptions::lower4x8xf32_ = false |
Definition at line 146 of file Transforms.h.
Referenced by lower4x8xf32().
bool mlir::x86vector::avx2::TransposeLoweringOptions::lower8x8xf32_ = false |
Definition at line 151 of file Transforms.h.
Referenced by lower8x8xf32().