-
Currently, the code wrapping `mpi4py` for `torch.Tensor`'s is contained in `heat/core/communication.py` and not fully separated from constructions related to the `DNDarray`-class (e.g., computation of…
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application. -> Well I can't be 100% sure...
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHu…
pjmv updated
7 months ago
-
Currently the Python type generation has a problem: many classes are not registered to pybind11 when they got used as function parameters, resulting in errors like:
```
pybind11_stubgen - [ ERROR] …
-
@stefanozampini FYI
In step-86, I believe that what PETSc TS really does is solve a nonlinear system in each time step. Of course, the problem is linear, and so the second iteration instantly succe…
-
## What problem does this solve or what need does it fill?
Currently `TaskPool` and `Scope` (from `bevy_tasks`) are implemented completely separately for wasm and non-wasm platforms, the correct on…
-
Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
go version devel +c2a8d5972f Sat Sep 22 10:58:54 2018 +0200 linux/amd64
…
-
CL 120255 made mapdelete zero the value all the time, to make sure op= map operations work correctly.
Probably we should do wrapper functions for op= operations so we don't need to zero during all ma…
-
Thus allowing to reuse the coding functionality of cereal by providing instances for `Serialize`. E.g.,
```haskell
-- | Wrapper that provides instances of Serialize
-- that implement LEB128 enco…
-
I can pass a hasher where I need a `Write`, and I'll get the digest of the written bytes. I can also have a reader and `std::io::copy` into the hasher to get the digest of all read bytes. In both case…
-
cf. discussion started in gh-4021
Some prior work exists in
https://github.com/pv/scipy-work/blob/jason-refactor/scipy/linalg/flapack.pyx.in