diff options
| author | Guray Ozen <guray.ozen@gmail.com> | 2022-11-18 08:38:03 +0100 |
|---|---|---|
| committer | Guray Ozen <guray.ozen@gmail.com> | 2022-11-18 08:38:53 +0100 |
| commit | c5798fae05af55b513e872561b7277c6affe9d7d (patch) | |
| tree | 0187d71d772c98dc0074142b99c9abecbe446ec9 /lldb/source/Plugins/ScriptInterpreter/Python | |
| parent | 98441fc9e4a705c91f6f524fc3965e2e0516de3a (diff) | |
| download | llvm-c5798fae05af55b513e872561b7277c6affe9d7d.zip llvm-c5798fae05af55b513e872561b7277c6affe9d7d.tar.gz llvm-c5798fae05af55b513e872561b7277c6affe9d7d.tar.bz2 | |
[mlir] [transform] Error for duplicated processor mapping
In a nested loop nest, it is not feasible to map different loops to the same processing unit; for an example, check the code below. This modification includes a check in this circumstance.
```
scf.foreach_thread (%i, %j) in (%c32, %c32) {...}
{ mapping = [#gpu.thread<x>, #gpu.thread<x>] }
```
Note: It also deletes a test because it is not possible to reproduce this error.
Depends on D138020
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D138032
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions
