deepseek-ai / deepseek-ai/DeepGEMM
CUDA kernel errors
Open
- Dominant language
- Cuda
- Stars
- 7.8k
- Forks
- 1.3k
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 3
Description
test_k_grouped_gemm_contiguous的测试,强行将m置为768、n置为1536。测试出现了:
torch.AcceleratorError: CUDA error: an illegal instruction was encountered
Search for `cudaErrorIllegalInstruction' in https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__TYPES.html for more information.
CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1
Compile with `TORCH_USE_CUDA_DSA` to enable device-side assertions
的错误。这个函数是有些shape支持不了吗?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.