Hao Zhang

Results 18 issues of Hao Zhang

![image](https://user-images.githubusercontent.com/11623447/91256675-8cb6ee00-e79a-11ea-9809-44ab3623fdd7.png) Cannot find this definition, although its definition appears in structure list

### 问题类型 / Type of issues * 过期软件包 / out-of-date packages ### 受影响的软件包 / Affected packages * scalapack ---- After openmpi from extra updated from 4.1.5-4 to 4.1.5-5, function blacs_init_...

out-of-date

### Bug description ```python """ Test pytorch linalg module with pylint """ import torch def my_qr_decomposition(tensor: torch.Tensor) -> tuple[torch.Tensor, torch.Tensor]: """ My QR """ tensor_q, tensor_r = torch.linalg.qr(tensor) return tensor_q,...

Needs triage :inbox_tray:

希望可以直接跳过软链接,而不是直接报错 ``` ~  ls -alh tmp drwxr-xr-x hzhangxyz hzhangxyz 4.0 KB Mon Nov 21 17:16:38 2022  . drwx------ hzhangxyz hzhangxyz 4.0 KB Mon Nov 21 17:16:59 2022 ...

``` ~  tree tmp tmp └── hello 0 directories, 1 file ~  cat tmp/hello ~  baidupcs upload ./tmp / [0] 提示: 当前上传单个文件最大并发量为: 4, 最大同时上传文件数为: 4 未检测到上传的文件. ~...

Since we can specify setup dependencies in pyproject.toml, pybind11 could be added here instead of placed directly under the root of the repo, which make the repo structure more compact....

so it is hard to do some parallel computing, is there some solution? besides, could you mention it in the document? not only "O(N^3), where N is the number of...

I have already set build-type to "Release", but I got empty string when `message(STATUS ${CMAKE_BUILD_TYPE})` in windows. Although this can be temperarily fixed by setting `define.CMAKE_BUILD_TYPE` of course, but I...