Skip to content

Commit

Permalink
feat(gpu): add support for nvidia rtx 3090,3080,3070
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire authored Nov 3, 2020
1 parent ea8ed67 commit 9de6851
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gpu/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ lazy_static::lazy_static! {
("Tesla T4".to_string(), 2560),
("Quadro M5000".to_string(), 2048),

("GeForce RTX 3090".to_string(), 10496),
("GeForce RTX 3080".to_string(), 8704),
("GeForce RTX 3070".to_string(), 5888),

("GeForce RTX 2080 Ti".to_string(), 4352),
("GeForce RTX 2080 SUPER".to_string(), 3072),
("GeForce RTX 2080".to_string(), 2944),
Expand Down

0 comments on commit 9de6851

Please sign in to comment.