Skip to content

Commit

Permalink
Update toolkit driver versions for CUDA 12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FloopCZ committed Mar 7, 2024
1 parent 4061db8 commit dd668fa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/backend/cuda/device_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ static const int jetsonComputeCapabilities[] = {

// clang-format off
static const cuNVRTCcompute Toolkit2MaxCompute[] = {
{12040, 9, 0, 0},
{12030, 9, 0, 0},
{12020, 9, 0, 0},
{12010, 9, 0, 0},
{12000, 9, 0, 0},
Expand Down Expand Up @@ -140,8 +142,10 @@ struct ComputeCapabilityToStreamingProcessors {
// clang-format off
static const ToolkitDriverVersions
CudaToDriverVersion[] = {
{12020, 525.60f, 527.41f},
{12010, 525.60f, 527.41f},
{12040, 550.54f, 551.61f},
{12030, 545.23f, 545.84f},
{12020, 535.54f, 536.25f},
{12010, 530.30f, 531.14f},
{12000, 525.60f, 527.41f},
{11080, 450.80f, 452.39f},
{11070, 450.80f, 452.39f},
Expand Down

0 comments on commit dd668fa

Please sign in to comment.