-
Notifications
You must be signed in to change notification settings - Fork 103
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
base: main
Are you sure you want to change the base?
Conversation
…n class matx::detail::matxDnSVDCUDAPlan_t and base class matx::detail::matxDnCUDASolver_t
"--gpus=all", | ||
"--entrypoint", | ||
"fixuid" | ||
"--gpus=all" |
There was a problem hiding this comment.
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": [ |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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 \ |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
/build |
/build |
2 similar comments
/build |
/build |
/build |
2 similar comments
/build |
/build |
No description provided.