File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -328,6 +328,46 @@ export const SKUS = {
328328 tflops : 19.05 ,
329329 memory : [ 16 ] ,
330330 } ,
331+ "Jetson AGX Orin 64GB" : {
332+ tflops : 10.65 ,
333+ memory : [ 64 ] ,
334+ } ,
335+ "Jetson AGX Orin 32GB" : {
336+ tflops : 6.66 ,
337+ memory : [ 32 ] ,
338+ } ,
339+ "Jetson Orin NX 16GB" : {
340+ tflops : 3.76 ,
341+ memory : [ 16 ] ,
342+ } ,
343+ "Jetson Orin NX 8GB" : {
344+ tflops : 3.13 ,
345+ memory : [ 8 ] ,
346+ } ,
347+ "Jetson Orin Nano 8GB" : {
348+ tflops : 2.56 ,
349+ memory : [ 8 ] ,
350+ } ,
351+ "Jetson Orin Nano 4GB" : {
352+ tflops : 1.28 ,
353+ memory : [ 4 ] ,
354+ } ,
355+ "Jetson AGX Xavier" : {
356+ tflops : 2.82 ,
357+ memory : [ 32 , 64 ] ,
358+ } ,
359+ "Jetson Xavier NX" : {
360+ tflops : 1.69 ,
361+ memory : [ 8 , 16 ] ,
362+ } ,
363+ "Jetson TX2" : {
364+ tflops : 1.33 ,
365+ memory : [ 4 , 8 ] ,
366+ } ,
367+ "Jetson Nano" : {
368+ tflops : 0.47 ,
369+ memory : [ 4 ] ,
370+ } ,
331371 } ,
332372 AMD : {
333373 MI300 : {
You can’t perform that action at this time.
0 commit comments