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

[rfc] Use logging.getLogger for projects/pt1/e2e_testing #3173

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

renxida
Copy link
Collaborator

@renxida renxida commented Apr 16, 2024

see: #3172

This adds a --print-ir flag to activate debug printing on

    logger = logging.getLogger("e2e_test")

which prints ir after compile calls

right now it only prints after onnx and linalg backend, which are the most commonly used ones, but we should really enforch something like this for every backend.

@renxida renxida changed the title preliminary ir printing in e2e Add --print-ir flag to e2e test suite Apr 16, 2024
@renxida renxida force-pushed the informative-e2e-error-messages branch from 293a74b to d990e52 Compare April 18, 2024 21:57
@renxida renxida changed the title Add --print-ir flag to e2e test suite [rfc] Add --print-ir flag to e2e test suite Apr 18, 2024
@renxida renxida changed the title [rfc] Add --print-ir flag to e2e test suite [rfc] Use logging.getLogger for projects/pt1/e2e_testing Apr 19, 2024
projects/pt1/e2e_testing/main.py Outdated Show resolved Hide resolved
projects/pt1/e2e_testing/main.py Show resolved Hide resolved
projects/pt1/e2e_testing/main.py Outdated Show resolved Hide resolved
projects/pt1/e2e_testing/main.py Outdated Show resolved Hide resolved
@renxida renxida force-pushed the informative-e2e-error-messages branch from d5ca8f4 to 0fd918e Compare April 26, 2024 18:50
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.

None yet

3 participants