summaryrefslogtreecommitdiffstats
path: root/mlir/test/Conversion/GPUToROCDL
Commit message (Collapse)AuthorAgeFilesLines
* [mlir] Added missing GPU lowering ops.Julian Gross2020-01-131-0/+45
| | | | | | | | | | | Summary: This diff adds missing GPU lowering ops to MLIR. Reviewers: herhut, pifon2a, ftynse Tags: #pre-merge_beta_testing, #llvm Differential Revision: https://reviews.llvm.org/D72439
* Rename CLI flags -lower-gpu-ops-to-*-ops to -convert-gpu-to-*Alex Zinenko2019-11-181-1/+1
| | | | | | | This makes the flags consistent with the naming scheme used elsewhere in the codebase for dialect conversions. PiperOrigin-RevId: 281027517
* Add a test for lowering GPU ops that cover cases where the symbol table ↵Mehdi Amini2019-10-311-0/+23
| | | | | | isn't held by a ModuleOp (NFC) PiperOrigin-RevId: 277752004
* Fix include guards and add tests for OpToFuncCallLowering.Alexander Belyaev2019-10-261-1/+18
| | | | PiperOrigin-RevId: 276859463
* [ROCm] Adding pass to lower GPU Dialect to ROCDL Dialect.Deven Desai2019-10-021-0/+37
This is a follow-up to the PRtensorflow/mlir#146 which introduced the ROCDL Dialect. This PR introduces a pass to lower GPU Dialect to the ROCDL Dialect. As with the previous PR, this one builds on the work done by @whchung, and addresses most of the review comments in the original PR. Closes tensorflow/mlir#154 COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/mlir/pull/154 from deven-amd:deven-lower-gpu-to-rocdl 809893e08236da5ab6a38e3459692fa04247773d PiperOrigin-RevId: 272390729
OpenPOWER on IntegriCloud