Skip to content
Discussion options

You must be logged in to vote

In test case models/qwen3/14b/qwen3_14b_decode.py, I see dump_passes=True, which is used to control the pass dump, and the format of dumps are expressed by python code.

config=RunConfig(
            rtol=3e-3,
            atol=3e-3,
            compile=dict(dump_passes=True),
            runtime=dict(
                platform=args.platform,
                device_id=args.device,
                runtime_profiling=args.runtime_profiling,
            ),
        ),

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vfdff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant