Qian Dong
Qian Dong
(core dumped)
i have the same issue
I run the same code with the following codes and got the issue. https://github.com/huggingface/trl/issues/1121
same problem with zero 2 and deepspeed=0.9.0
Hi ,i turn it to VS2015,you can see it on https://github.com/DQ0408/cpu_tsdf if you like it, give me a star THX..😄 I will use Linux next time. Windows is too.........
@sdmiller No problem, I will turn it into a Pull Request after perfecting this progect😄
```python import torch import tilelang import tilelang.language as T @tilelang.jit( out_idx=[-1], ) def kernel_impl( t: int, h: int, d: int, threads: int, dtype: str = "bfloat16", accum_dtype: str = "float",...