Chen Junhao

Results 4 comments of Chen Junhao
trafficstars

> 如 #355,我在文件“ssd_combined.py”中的“mamba_chunk_scan_combined”函数中添加了“@torch.compile(options={"triton.cudagraphs": True}, fullgraph=True)”,运行失败,错误如下: > > ``` > Unsupported: autograd.Function with body that accepts non-Tensors as input. Got: > > from user code: > File "/home/hit/.conda/envs/torch2/lib/python3.9/site-packages/mamba_ssm/ops/triton/ssd_combined.py", line 560, in...

Hi, I have the same problem, have you solved it?

> Seems like a Triton error. You might have better luck searching their repo issues. Hello, when using other devices instead of cuda:0, "RuntimeError: Triton Error [CUDA]: context is destroyed"...

> > > Hi, I have the same problem, have you solved it? > > > > > > No but, I am try... [triton-lang/triton#2861](https://github.com/triton-lang/triton/issues/2861) in this issues, he change...