Isuru Fernando

Results 928 comments of Isuru Fernando

@pytorchbot merge -f "unrelated failure. see https://github.com/pytorch/pytorch/issues/137892"

Thanks @huydhn for linking the test failures. I've fixed these tests now. Do I need to add some more labels before we try to re-land the PR?

`-isystem=/foo` and `-isystem /foo` are slightly different depending on whether the compiler uses a different sysroot or not. `-isystem/foo` is equivalent to `-isystem /foo` and is possible, but it's slightly...

conda pari packages should be available now

You'll have to do `DenseMatrix([[y]])` as a workaround.

There were changes to the pickling in the C++ library. If you can make a pure SymEngine reproducible example I can have a look