Shizhi Tang

Results 24 comments of Shizhi Tang

我觉得不对,“稍后”是形容词性的,不是动词词性的。如果要用“稍后”,只能说“列表将于稍后加载”之类的,不能直接说“请稍后”。

Please document the whole procedure and/or what each functions do in corresponding docstrings. I can't really follow your code.

Related: https://github.com/pytorch/pytorch/issues/73016

PS. I think it would be better to display the actual deployed commit ID on the online tool site, so I can fall back to that version if the master...

@Skylion007, in my understanding, changing the following declaration https://github.com/pybind/pybind11/blob/47079b9e7b81a4b6d93c46a452115d7d8fd3488f/include/pybind11/pybind11.h#L1778-L1782 to ```c++ template static void init_holder(detail::instance *inst, detail::value_and_holder &v_h, const U * /* unused */, const std::enable_shared_from_this * /* dummy */)...

~Could you please a guide on how to install griffe's `fix-more-alias-errors` branch? It seems there is no `setup.py`.~ I found the contribution guide. I have had a try, and the...

`RPCTools` can be renamed to `rpc_tools`.

> 请问大佬除了现有的文档外,还有其他的的学习途径吗 For material other than document [here](https://roastduck.github.io/FreeTensor/), we have a paper on PLDI22 [here](https://pacman.cs.tsinghua.edu.cn/~zjd/publication/pldi22-freetensor/). This question is out of topic, so please don't post it in this issue. You...

> Performance note, tou can (and should) remove the `-fno-vectorize -fno-unroll-loops` when using ClangEnzyme. > > Regardless investigating. Please update the guide https://enzyme.mit.edu/getting_started/CUDAGuide/.

> This does appear to be a memory error. Specifically because it thinks your input and output could overlap, it is caching each variable -- taking gigabytes per thread --...