summaryrefslogtreecommitdiffstats
path: root/mlir/test/Dialect/SPIRV
Commit message (Collapse)AuthorAgeFilesLines
...
* [spirv] Add AccessChainOp operation.Denis Khalikov2019-07-251-0/+119
| | | | | | | | | AccessChainOp creates a pointer into a composite object that can be used with OpLoad and OpStore. Closes tensorflow/mlir#52 PiperOrigin-RevId: 260035676
* Move SPIRV dialect tests under test/DialectAlex Zinenko2019-07-2411-0/+1273
This was overlooked when the dialect code was moved under {lib,include/mlir}/Dialect. NFC. PiperOrigin-RevId: 259801927
OpenPOWER on IntegriCloud