-
I have 2 graphs of order N = 8,
gr1 edges:
[1] 1--6 1--7 1--8 2--7 3--8 4--8 5--8
gr 2 edges:
1 -- 5 6 7 8 2 -- 5 6 7 8 3 -- 5 6 7 8 4 -- 7 8
5 -- 1 2 3 8 6 -- 1 2 3 8 7 …
-
20k by 20k matrices with 128 blocksize on the triangular solver miniapp using tcmalloc shows worrying behaviour:
```
> OMP_NUM_THREADS=1 srun -u -N1 -n2 -c18 --hint=nomultithread miniapp/miniapp_t…
-
Add a generic LU decomposition and modify associated functions (solve_right, `__invert__`, determinant)
CC: @rbeezer @rishikesha @yuan-zhou
Component: **linear algebra**
_Issue created by migrat…
-
### Issue Type
Build/Install
### Modules Involved
SPU runtime
### Have you reproduced the bug with SPU HEAD?
Yes
### Have you searched existing issues?
Yes
### SPU Version
from latest source …
-
The idea first came when discussing the implementation of [HydPy-LIAS](https://github.com/hydpy-dev/hydpy/issues/98#issuecomment-1563789848). Our current priority is to support that [HydPy-Musk-MCT](…
-
Intel MKL provides an additional GEMM variant, GEMMT, that updates only the upper or lower triangular part of the result matrix. This would be a great addition to OpenBLAS.
https://software.intel.co…
-
### Description
The current depreciation warning for `pt.slinalg.solve_lower_triangular` and `pt.slinalg.solve_upper_triangular` directs the user to use `pt.linalg.solve`, but the specialized LAPACK …
-
susie.sun@yz-amd1:~$ docker run -it rocm/deepspeed:rocm5.7_ubuntu20.04_py3.9_pytorch_2.0.1_DeepSpeed /bin/bash
root@c50e90963e1a:/var/lib/jenkins# deepspeed --num_gpus 1 deploy.py
[2023-12-14 01:52:…
-
# P1673: LWG review 2023/11/07 (Kona)
## [linalg.algs.blas3.trsm]
### `triangular_matrix_matrix_left_solve`
- [x] Does "valid but unspecified" differ from "unspecified"? Intent is that you c…
-
Started in #13104, turned into a tracking issue here.
Turning on -n in sphinx-build results in over 1000 warnings about bad references in docs. Trying to break these down with various grep statemen…