-
PR #2957 describes a discrepancy between the linalg dialect re-implemented in xdsl and the upstream linalg dialect.
Specifically, linalg *named* ops are printed correctly in the default pretty prin…
n-io updated
2 months ago
-
Atom will sometimes hang if executing a command that returns a large amount of data from the REPL especially when using inline mode or pretty printing. Autoeval makes the problem worse. We need to lim…
-
Hi,
I can't figure out how to set up the debugger, the README is pretty unclear (at least for somebody unfamiliar with ceedling).
I copy/pasted the following into my settings file, but I am stil…
-
### Is your feature request related to a problem? Please describe.
This feature request isn't related to a problem, it's simply an idea I found interesting enough to suggest: 3D printing in CDDA. As …
-
`PP.ml` is an implementation of Wadler-style pretty printing adapted to a call by value language. The OPAM package `pprint` appears to be similar enough that we could use it instead with few changes.…
-
### Background and motivation
For code working with arrays/tensors/interop, this is extremely useful to have such a shortcut in the standard library (especially for primitive number type elements l…
-
Solution
> I added it one week ago. We should take care of still allowing users to set formatting options for package.json in overrides. In fact, we could encode the package.json default formatt…
-
| | |
| --- | --- |
| Bugzilla Link | [25401](https://llvm.org/bz25401) |
| Version | 3.7 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Pretty printing function d…
-
We fixed #249 by having each `IfExp` wrap itself in parentheses unconditionally. This is syntactically correct but not pretty. (In general, our pretty-printer does not produce very pretty output.)
…
-
Printing `fmpz_mat` and `fmpq_mat` gives the following
```
**fmpz_mat_print_pretty**
[[0 0 0]
[0 0 0]
[0 0 0]
]
**fmpz_mat_print**
3 3 0 0 0 0 0 0 0 0 0
**fmpq_mat_print**
[0, 0, 0]
…