Sergio Sánchez Ramírez

Results 117 comments of Sergio Sánchez Ramírez

> BTW once I work out how to do this, I might make a small C++ library for differentiating StableHLO, one that's not specific to any particular frontend isn't that...

i mean that the interpreter does what @joelberkeley wants but in a binary manner (take MLIR files and return result of transformations or perform actual interpretation and return values). like...

I'm looking forward this too. Some of my package use `GraphMakie` and have an extension for it, but I want them to load the extension when `Makie` loads. The current...

Thanks @Tortar, but I think it doesn't apply to my case. Maybe I'm wrong but I understood that the case of `Agents.jl` is different. What I want is that the...

I like the idea of prettier printing for MPS, MPO and other types in general. About printing all the physical and virtual dimensions is not sth that I'm convinced because...

> I'm ok with the second option (no idea how the Ref() works but the easier the commands the better) it actually has nothing to do with `Ref` (which is...

@starsfordummies just out of curiosity, is there sth you're trying? like what's your motivation for getting the size of tensors in order? is it just for debugging or are you...

yes, but we can also use `PermuteDims` which is a lazy version of `permutedims` if you want it for debugging, we can maybe add support for [About.jl](https://github.com/tecosaur/About.jl)

yeah, but I prefer not filling Tenet with hundreds of different functions. There's no problem into adding this `print_sizes` function to a Tenet+About extension.

> Okay thanks! Can you add tests for this? See our test for [`KrylovKit.eigsolve`](https://github.com/bsc-quantic/Tenet.jl/blob/master/test/integration/KrylovKit_test.jl?rgh-link-date=2024-10-08T08%3A17%3A38Z), which may be very similar. Sure > Also, we should make that both `KrylovKit.eigsolve` and this...