-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Which component has the problem?
CuTe DSL
Bug Report
Describe the bug
A clear and concise description of what the bug is.
PyTorch is not compiling with 3.4.5. Saw FlashAttention complained of a similar issue, but the fix #2928 may be incomplete. The failing trace can be viewed here: https://hud.pytorch.org/pr/pytorch/pytorch/172117#59960777549
Quick grep indicates the location may be here, but I haven't dug into the compiler traces further yet:
| {dsl_name}_CUDA_ERROR_CHECK(cuDriverGetVersion(&driver_version)); |
Steps/Code to reproduce bug
Follow this guide http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports to craft a minimal bug report. This helps us reproduce the issue you're having and resolve the issue more quickly.
- Try to build PyTorch with 3.4.5
- Observe the error
Expected behavior
A clear and concise description of what you expected to happen.
Environment details (please complete the following information):
- Environment location: [Bare-metal, Docker, Cloud(specify cloud provider)]
Additional context
Add any other context about the problem here.