-
Notifications
You must be signed in to change notification settings - Fork 234
Run cufile tests on Thor (Tegra Linux), skip only on Orin #1422
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
base: main
Are you sure you want to change the base?
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
/ok to test |
|
|
@sourabgupta3 for visibility I could test this PR only on a Thor system with a 13.0 driver (I don't want to spend the time figuring out how to flash the Thor device), which generated a number of errors (see below). However, the new skip condition code is exercised and working correctly. |
|
Auto-sync is disabled for ready for review pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Description
Currently the cufile tests are skipped on all Tegra Linux systems, Orin or Thor. However, cufile is supported on Thor. This PR enables the cufile tests accordingly.
Note: This PR is a stop-gap, so that we stop skipping the cufile tests on Thor as soon as possible. Ideally cufile should provide an API to indicate if a given platform is supported, but currently that is not available.