File size: 1,275 Bytes
c3f7558 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | {
"experiment": "wave0_wave2d_memory_profile",
"device": "NVIDIA TITAN Xp",
"collocation_points": [
2000,
5000,
10000
],
"iterations": 3,
"warmup": 1,
"decision": "GO",
"rationale": "5000-point run stable with peak allocated 0.13 GB (< 11 GB)",
"results": [
{
"collocation_points": 2000,
"iterations": 3,
"success": true,
"oom": false,
"peak_allocated_gb": 0.06189870834350586,
"peak_reserved_gb": 0.068359375,
"mean_step_time_sec": 0.016884083316350978,
"std_step_time_sec": 0.0018738292578153925,
"error_message": null
},
{
"collocation_points": 5000,
"iterations": 3,
"success": true,
"oom": false,
"peak_allocated_gb": 0.13314151763916016,
"peak_reserved_gb": 0.185546875,
"mean_step_time_sec": 0.016788136602068942,
"std_step_time_sec": 0.000152135120452664,
"error_message": null
},
{
"collocation_points": 10000,
"iterations": 3,
"success": true,
"oom": false,
"peak_allocated_gb": 0.2505779266357422,
"peak_reserved_gb": 0.302734375,
"mean_step_time_sec": 0.020986160651470225,
"std_step_time_sec": 0.0012783776980124922,
"error_message": null
}
]
} |