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 fp8_fp8 in perfRunner #1707

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

add fp8_fp8 in perfRunner #1707

wants to merge 1 commit into from

Conversation

umangyadav
Copy link
Member

Running python3 tuningRunner.py --op conv --tuning-space=full --config="convfp8_fp8 -F 1 -f GNC01 -I NGC01 -O NGC01 -n 1 -c 128 -H 56 -W 56 -k 256 -y 1 -x 1 -p 0 -q 0 -u 1 -v 1 -l 1 -j 1 -g 1" doesn't work without this fix.

With this fix, it runs correctly. May need to do some more fixes for other FP8 types later on.

Copy link

codecov bot commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.45%. Comparing base (a4e8230) to head (1d96cac).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1707      +/-   ##
===========================================
- Coverage    78.52%   78.45%   -0.08%     
===========================================
  Files          100      100              
  Lines        28346    28346              
  Branches      4130     4130              
===========================================
- Hits         22260    22240      -20     
- Misses        4426     4434       +8     
- Partials      1660     1672      +12     
Flag Coverage Δ
mfma 78.45% <ø> (-0.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant