Skip to content

fix: benchmark config drops block_scale_2d and transpose flags - #81

Open
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/quantize-2ac3cd02
Open

fix: benchmark config drops block_scale_2d and transpose flags#81
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/quantize-2ac3cd02

Conversation

@andrewwhitecdw

Copy link
Copy Markdown

This PR addresses the following issue in fouroversix/scripts/speedtest/quantize.py: benchmark config drops block_scale_2d and transpose flags.

Changes

  • fouroversix/scripts/speedtest/quantize.py: benchmark config drops block_scale_2d and transpose flags.

Details

--- a/fouroversix/scripts/speedtest/quantize.py
+++ b/fouroversix/scripts/speedtest/quantize.py
@@ -1,6 +1,1 @@
-        config = QuantizationConfig(
-            backend=backend,
-            rht=rht,
-            round_style=RoundStyle(round_style),
-            scale_rule=ScaleRule(scale_rule),
-        )
+        # Use the config already created above.

Tests

Let me know if you want tests added for this fix or not.

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