Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add FA api benchmark csv #48

Open
wants to merge 3 commits into
base: flash_attention_for_rocm
Choose a base branch
from
Open

add FA api benchmark csv #48

wants to merge 3 commits into from

Conversation

fsx950223
Copy link

No description provided.

benchmark_csv = os.environ.get('FLASH_ATTENTION_BENCHMARK_CSV', None)
if benchmark_csv:
import csv
csvfile = open(benchmark_csv, 'w', newline='')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Close file handle when finished.

@sabreshao sabreshao requested a review from jayz0123 March 7, 2024 07:11
@sabreshao
Copy link
Collaborator

Please hold merge after verification in multi-gpu scenario is done.

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.

3 participants