Skip to content

Conversation

@slawblauciak
Copy link
Contributor

Removes --text-expr argument and replaces it with --select
Refactors --pdb pytest call into pytest-utils.sh

)
fi

if [[ $TRITON_TEST_DEBUG_FAIL = true ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we need this option? In my opinion our developers usually debug individual test variant and call pytest directly.

Copy link
Contributor Author

@slawblauciak slawblauciak Nov 20, 2025

Choose a reason for hiding this comment

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

It was added in the previous PR and is merely meant to be a convenience thing.

@slawblauciak slawblauciak force-pushed the dev/slbl/test-script-select branch from 47d2726 to 594a16f Compare November 21, 2025 12:39
@slawblauciak
Copy link
Contributor Author

slawblauciak commented Nov 24, 2025

One matmul case is failing on rolling:

>       assert max_err <= maxtol
E       AssertionError

../triton_kernels/testing.py:75: AssertionError
----------------------------- Captured stdout call -----------------------------
-- maximum relative error = 2.3657066822052 (threshold = 0.02)
-- RMS relative error = 0.04826075956225395 (threshold = 0.004)

Unable to reproduce locally on driver 1206. Have yet to check rolling locally.

Removes --text-expr argument and replaces it with --select <name>
Refactors --pdb pytest call into pytest-utils.sh

Signed-off-by: Sławomir Błauciak <[email protected]>
@slawblauciak slawblauciak force-pushed the dev/slbl/test-script-select branch from 594a16f to e7134ca Compare November 27, 2025 07:33
@slawblauciak
Copy link
Contributor Author

Tests pass after rebase.

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.

Add ability to run individual tests using test-triton.sh

3 participants