-
Notifications
You must be signed in to change notification settings - Fork 629
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
Switch tegra build to CUDA 12 #5779
base: main
Are you sure you want to change the base?
Conversation
CI MESSAGE: [22492063]: BUILD STARTED |
CI MESSAGE: [22492153]: BUILD STARTED |
CI MESSAGE: [22492372]: BUILD STARTED |
420cc60
to
3b8bef1
Compare
CI MESSAGE: [22496993]: BUILD STARTED |
CI MESSAGE: [22496993]: BUILD FAILED |
cmake/CUDA_utils.cmake
Outdated
@@ -40,7 +40,7 @@ endfunction() | |||
# List of currently used arch values | |||
if (${ARCH} MATCHES "aarch64-") | |||
# aarch64-linux | |||
set(CUDA_known_archs "53" "62" "72" "75" "87") | |||
set(CUDA_known_archs "72" "75" "87" "90a") |
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.
Out of curiosity, why the 'a' variant in 90a?
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.
CI MESSAGE: [22530500]: BUILD STARTED |
CI MESSAGE: [22530500]: BUILD FAILED |
CI MESSAGE: [22542172]: BUILD STARTED |
CI MESSAGE: [22549530]: BUILD STARTED |
CI MESSAGE: [22549796]: BUILD STARTED |
CI MESSAGE: [22549796]: BUILD FAILED |
CI MESSAGE: [22576893]: BUILD STARTED |
CI MESSAGE: [22576893]: BUILD FAILED |
242aff4
to
6091d6a
Compare
CI MESSAGE: [22581924]: BUILD STARTED |
fa7c3f3
to
ae1b8f0
Compare
CI MESSAGE: [22582894]: BUILD STARTED |
CI MESSAGE: [22585200]: BUILD STARTED |
CI MESSAGE: [22582894]: BUILD FAILED |
CI MESSAGE: [22585200]: BUILD FAILED |
ae1b8f0
to
6c36ef7
Compare
CI MESSAGE: [22593892]: BUILD STARTED |
CI MESSAGE: [22593892]: BUILD FAILED |
f99a752
to
9456cbf
Compare
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
…le or directory Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
9456cbf
to
92a6096
Compare
Category:
Other
Description:
Switch Tegra builder to CUDA 12
Additional information:
Affected modules and functionalities:
Key points relevant for the review:
Tests:
Checklist
Documentation
DALI team only
Requirements
REQ IDs: N/A
JIRA TASK: N/A