Skip to content

Conversation

ovidiusm
Copy link
Contributor

@ovidiusm ovidiusm commented Sep 5, 2025

What?

Add nixlbench GPU tests to CI. Also enables CUDA support in all unit tests executed on GPU workers.

Why?

To catch regressions related to VRAM/CUDA support

How?

  • gtest-parallel introduced to fix issues where tests do not clean up completely registered CUDA memory regions. gtest-parallel spawns a separate process per test, so it prevents interference between tests.
  • ucx_mo_backend_test skipped when a GPU is present. VRAM tests are broken. Confirmed with manual runs. We should fix it separately.

Copy link

github-actions bot commented Sep 5, 2025

👋 Hi ovidiusm! Thank you for contributing to ai-dynamo/nixl.

Your PR reviewers will review your contribution then trigger the CI to test your changes.

🚀

@ovidiusm
Copy link
Contributor Author

ovidiusm commented Sep 5, 2025

/build

Signed-off-by: Ovidiu Mara <[email protected]>
@ovidiusm
Copy link
Contributor Author

ovidiusm commented Sep 5, 2025

/build

Signed-off-by: Ovidiu Mara <[email protected]>
@ovidiusm
Copy link
Contributor Author

ovidiusm commented Sep 5, 2025

/build

Signed-off-by: Ovidiu Mara <[email protected]>
Signed-off-by: Ovidiu Mara <[email protected]>
@ovidiusm
Copy link
Contributor Author

ovidiusm commented Oct 2, 2025

/build

This reverts commit d60cbf4.

Signed-off-by: Ovidiu Mara <[email protected]>
@ovidiusm
Copy link
Contributor Author

ovidiusm commented Oct 2, 2025

/build

@ovidiusm ovidiusm merged commit 2a86446 into ai-dynamo:main Oct 3, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants