Skip to content

Add CTK 12.9.1 / Ubuntu 24.04 container recipe #1028

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

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

Conversation

tmartin-gh
Copy link
Collaborator

No description provided.

…n class matx::detail::matxDnSVDCUDAPlan_t and base class matx::detail::matxDnCUDASolver_t
Copy link

copy-pr-bot bot commented Aug 1, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

"--gpus=all",
"--entrypoint",
"fixuid"
"--gpus=all"
Copy link
Collaborator

Choose a reason for hiding this comment

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

I was running into issues with this one, but I think it's fine for now. It would be nice to build on machines without GPUs too

}
},
"terminal.integrated.defaultProfile.linux": "bash"
},
"extensions": [
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you add the cursor C++ extensions and remove the MS versions?

from hpccm.building_blocks import gnu, mlnx_ofed, nvshmem, cmake
from hpccm.primitives import baseimage

DOXYGEN_VER = "1.9.6"
Copy link
Collaborator

Choose a reason for hiding this comment

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

This version is quite old and they make quite a few C++ updates. Should we try a newer one?

fi

docker run --platform=$MATX_PLATFORM \
--privileged \
Copy link
Collaborator

Choose a reason for hiding this comment

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

Technically the privileged stuff was there for DPDK, but we can leave it in

@@ -580,6 +580,10 @@ static __MATX_INLINE__ SVDMethod GetCUDASVDMethod(const ATensor &a) {
return method;
}

#ifndef DOXYGEN_ONLY
// Hide this from doxygen, otherwise we get
Copy link
Collaborator

Choose a reason for hiding this comment

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

When I hit these errors usually either updating doxygen or using the Sphinx equivalent parser fixed it.

@tmartin-gh
Copy link
Collaborator Author

/build

@tmartin-gh
Copy link
Collaborator Author

/build

2 similar comments
@tmartin-gh
Copy link
Collaborator Author

/build

@tmartin-gh
Copy link
Collaborator Author

/build

@tmartin-gh
Copy link
Collaborator Author

/build

2 similar comments
@tmartin-gh
Copy link
Collaborator Author

/build

@tmartin-gh
Copy link
Collaborator Author

/build

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.

2 participants