Skip to content

Conversation

@hgreebe
Copy link
Contributor

@hgreebe hgreebe commented Jan 22, 2026

Description of changes

  • Fix cuda device query
  • When upgrading to Cuda 13, the device query test was in a different folder.

Tests

  • Ran build image

References

Please review the guidelines for contributing and Pull Request Instructions.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@hgreebe hgreebe added the skip-changelog-update Disables the check that enforces changelog updates in PRs label Jan 22, 2026
@hgreebe hgreebe marked this pull request as ready for review January 22, 2026 19:44
@hgreebe hgreebe requested review from a team as code owners January 22, 2026 19:44
echo "Testing CUDA with deviceQuery..."
if [ {{ test.OSArchitecture.outputs.stdout }} != 'arm64' ]; then
if [ -f /usr/local/cuda-${cuda_ver}/extras/demo_suite/deviceQuery ]; then
Copy link
Contributor

@hanwen-cluster hanwen-cluster Jan 22, 2026

Choose a reason for hiding this comment

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

Can you explain this change?
Why was it checking architecture and now checking whether a file exists?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because before, device query was in a different location for arm, but now it has been moved to the same location as arm. But al2 is still on the old cuda version so it still needs to look at the old location.

@hgreebe hgreebe merged commit cde556f into aws:develop Jan 22, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog-update Disables the check that enforces changelog updates in PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants