Wolf Vollprecht
Wolf Vollprecht
Ok, looks better! Still some strange files: ?rw-rw-r-- 0/0 255 2024-06-24 06:42:31 README.txt ?rw-rw-r-- 0/0 107731 2024-06-24 06:42:31 share/info/CMakeCache.txt ?rw-rw-r-- 0/0 84052 2024-06-24 06:42:31 share/info/third_party_licenses.txt the thirD_party_licenses should ideally be...
Hi, thanks for tackling this! I think the implementation should also live in xtensor-blas for consistency. The idea with the view's is good, I think. Maybe we can use the...
Cool! Yes, we take performance very serious, too. If you find performance related bugs, let us know! And if your library is open source we can also take a look...
@tort-dla-psa we still have `dot` in `xtensor-blas` which does pretty much the same as `matmul`.
only as far as the BLAS implementation you are using parallelizes the GEMM instruction. One could do higher level parallelization for the case where `dot` is broadcasting. Check out the...
I think it might be an issue in the `DependencyProvider` which is the part that's responsible for sorting the packages. I'll take a quick look.
Release is out :)
I think we have a activation scritp in pixi to work around this: https://github.com/prefix-dev/rattler-build/blob/main/scripts/activate.sh Does that help?
Oh sorry, just seeing that this si a linux issue :/
Thanks for filing the bug! Our patch parser is, unfortunately, more strict than some patches that are found in the wild. I think we'll have to fork it and make...