llvm-project/mlir/lib/Conversion/LinalgToSPIRV
Lei Zhang 13b197c7d1 [mlir][spirv] Add dialect-specific attribute for target environment
We were using normal dictionary attribute for target environment
specification. It becomes cumbersome with more and more fields.
This commit changes the modelling to a dialect-specific attribute,
where we can have control over its storage and assembly form.

Differential Revision: https://reviews.llvm.org/D73959
2020-02-04 21:33:13 -05:00
..
CMakeLists.txt
LinalgToSPIRV.cpp [mlir][spirv] Add dialect-specific attribute for target environment 2020-02-04 21:33:13 -05:00
LinalgToSPIRVPass.cpp