d2l-ai / d2l-tvm

Dive into Deep Learning Compiler
https://tvm.d2l.ai
640 stars 98 forks source link

Revise GPU arch #10

Closed yidawang closed 4 years ago

yidawang commented 4 years ago

Changing from V100 to T4, but leaving the CPU info intact. @mli I am assuming that we also need to change the CPU we used from Intel E5-2686 v4 to the one G4 uses, right?

mli commented 4 years ago

How about add T4, P100 and V100? T4 and V100 are common on aws , while P100 is used on colab

yidawang commented 4 years ago

How about add T4, P100 and V100? T4 and V100 are common on aws , while P100 is used on colab

Done.