Skip to content

Commit

Permalink
add: new targets workspace with CUDA 12.3 and 12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MamoruDS committed Jun 25, 2024
1 parent 6ad1231 commit ce8a11d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CTR_WORKSPACE/targets_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,20 @@
"cuda_version": "11.8.0",
"cudnn_version": "cudnn8",
"base_ubuntu": "22.04"
},
{
"dockerfile": "./CTR_WORKSPACE/ws.cuda.dockerfile",
"extra_tags": "12.3",
"cuda_version": "12.3.2",
"cudnn_version": "cudnn9",
"base_ubuntu": "22.04"
},
{
"dockerfile": "./CTR_WORKSPACE/ws.cuda.dockerfile",
"extra_tags": "12.4",
"cuda_version": "12.4.1",
"cudnn_version": "cudnn",
"base_ubuntu": "22.04"
}
]
}

0 comments on commit ce8a11d

Please # to comment.