You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, view + layer_norm_backward shouldn't be fused together, but the segmenter created 4 kernels - pointwise with view, persistent, reduction, and pointwise
🐛 Describe the bug
codegen error generated from simple view+native_layer_norm_backward.
Repro script:
Run script with
PYTORCH_NVFUSER_DISABLE_FALLBACK=1
Generated error log:
where
i11
was used earlier in a predicatefull log attached
repro.txt
Versions
Reproed on ToT devel. Looks like a real issue.
The text was updated successfully, but these errors were encountered: