We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977d2da commit c223bb7Copy full SHA for c223bb7
.github/workflows/image-pr.yml
@@ -75,3 +75,13 @@ jobs:
75
runs-on: 'ubuntu-latest'
76
base-image: "ubuntu:22.04"
77
makeflags: "--jobs=4 --output-sync=target"
78
+ - build-type: 'cublas'
79
+ cuda-major-version: "13"
80
+ cuda-minor-version: "0"
81
+ platforms: 'linux/arm64'
82
+ tag-latest: 'false'
83
+ tag-suffix: '-nvidia-l4t-arm64-cuda-13'
84
+ base-image: "nvcr.io/nvidia/l4t-jetpack:r36.4.0"
85
+ runs-on: 'ubuntu-24.04-arm'
86
+ makeflags: "--jobs=4 --output-sync=target"
87
+ skip-drivers: 'false'
0 commit comments