Matthias Springer
10b07f2324
[mlir][Interfaces] ValueBoundsConstraintSet: Add dump helper function (#86634)
This commit adds a helper function that dumps the constraint set and the
mapping of columns to values/dims. For debugging only.
Example output:
```
==========
Columns:
(column dim value)
0 1 linalg.fill (result 0)
1 1 tensor.extract_slice (result 0)
2 n/a affine.min (result 0)
3 n/a scf.for (bbarg 0)
4 n/a func.func (bbarg 2)
Constraint set:
Domain: 0, Range: 1, Symbols: 4, Locals: 0
6 constraints
(None None None None None const)
1 -1 0 0 0 0 = 0
0 1 -1 0 0 0 = 0
0 0 -1 -1 1 0 >= 0
0 0 -1 0 0 4 >= 0
0 0 0 1 0 0 >= 0
0 0 0 -1 1 -1 >= 0
==========
```
2024-03-27 10:49:24 +09:00
..
2023-02-19 22:04:47 -08:00
2022-10-13 20:33:24 -05:00
2023-06-02 08:39:46 +02:00
2024-03-20 15:04:10 +00:00
2024-01-07 13:49:29 +01:00
2024-03-21 09:07:57 +01:00
2024-01-12 10:02:54 +01:00
2023-08-31 11:28:23 +00:00
2023-08-31 11:28:23 +00:00
2024-02-14 10:11:38 -08:00
2024-01-04 16:40:13 +01:00
2024-01-25 21:26:23 -08:00
2023-05-22 09:01:09 +00:00
2022-12-21 10:57:14 +01:00
2022-10-03 13:58:52 +09:00
2023-08-10 09:40:01 +00:00
2023-11-01 11:29:00 +09:00
2024-03-27 10:49:24 +09:00
2022-11-29 03:36:54 +00:00
2024-03-18 14:52:06 -07:00