Skip to content

Commit 2535673

Browse files
cakikijohkocoyotte508
authored
Add Titan RTX to list (#694)
source: https://www.nvidia.com/content/dam/en-zz/Solutions/titan/documents/titan-rtx-for-creators-us-nvidia-1011126-r6-web.pdf Wasn't sure whether to call it Titan RTX (official name) or RTX Titan (nicer alphabetical UX for the dropdown) so I went with the latter. --------- Co-authored-by: Johannes Kolbe <[email protected]> Co-authored-by: Eliott C <[email protected]>
1 parent ce8eda6 commit 2535673

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/tasks/src/hardware.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ export const SKUS = {
116116
tflops: 9.22,
117117
memory: [6],
118118
},
119+
"RTX Titan": {
120+
tflops: 32.62,
121+
memory: [24],
122+
},
119123
},
120124
AMD: {
121125
MI300: {

0 commit comments

Comments
 (0)