purepani
purepani
Ok, it looks like it would be way easier to just replace the full build system with `scikit-build-core` trying to figure out how to install c-extensions manually within cmake.
I've gotten it down to 2 failed tests and 15 skipped tests for the GPU. I'm not quite sure why the failed tests are failing. At the moment, TIGRE is...
Sure! The way the library normally works is something like this: ``` x=np.random((4, 5, 6)) y = einops.rearrange(x, 'i j k - > j k i') y.shape# (5, 6, 4)...
If I have time I may get to it, but if I don't end up getting to it, and you happen to have time, einops supports the python array api,...
Note: all cpp and cu files were autogenerated using `hipify`, aside from some small fixes needed to get it to work. One of those fixes will technically change the numbers...
I left it on overnight and it still didn't finish Hmm
Yeah that demo said it estimated 9 hours(and running it overnight was definitely longer than that too). Anyway, I might not have time to get back to this PR in...
I would absolutely love `--with-requirements` to wrap lsps for and get completion in PEP 723!
I have all the tests passing on my end, except for `FieldAnalysisTests.test_pdf-gets_generated` which generates a key error on `'X Metrics'`, though obviously the merge conflicts need to be fixed.
Oh I just realized - are you not doing the build with scikit-build-core yet? The reason I changed the name for the folder was because I believe scikit-build-core needs the...