Skip to content

fix: remove debugger logs in FA3 call#461

Merged
johannaSommer merged 1 commit intomainfrom
fix/flash-attention-compile-compaibility
Dec 15, 2025
Merged

fix: remove debugger logs in FA3 call#461
johannaSommer merged 1 commit intomainfrom
fix/flash-attention-compile-compaibility

Conversation

@johannaSommer
Copy link
Copy Markdown
Member

Description

As calls to the debugger can create graph breaks when using torch compile we remove them from the flash attention 3 algorithm.

Related Issue

Fixes #(issue number)

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Additional Notes

@johannaSommer johannaSommer merged commit c8b1a79 into main Dec 15, 2025
7 checks passed
@johannaSommer johannaSommer deleted the fix/flash-attention-compile-compaibility branch December 15, 2025 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants