mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-04 19:44:23 +08:00
26 lines
488 B
JSON
26 lines
488 B
JSON
{
|
|
"r5.16xlarge": {
|
|
"tests": [
|
|
"api.", "kernel.", "model_acc.", "model_speed."
|
|
],
|
|
"env": {
|
|
"DEVICE": "cpu"
|
|
}
|
|
},
|
|
"g4dn.2xlarge": {
|
|
"tests": [
|
|
"api.", "kernel.", "model_acc.", "model_speed."
|
|
],
|
|
"env": {
|
|
"DEVICE": "gpu"
|
|
}
|
|
},
|
|
"g4dn.12xlarge": {
|
|
"tests": [
|
|
"multigpu."
|
|
],
|
|
"env": {
|
|
"DEVICE": "gpu"
|
|
}
|
|
}
|
|
} |