vetter / shoc

The SHOC Benchmark Suite
Other
243 stars 104 forks source link

DeviceMemory doesn't run on Jetson TK1 #38

Closed grahamlopez closed 9 years ago

grahamlopez commented 10 years ago

Error message:

Chose device: name='GK20A' index=0 [ 80.743300] Out of memory: Kill process 2700 (DeviceMemory) score 1 or sacrifice child [ 80.751793] Killed process 2700 (DeviceMemory) total-vm:1838376kB, anon-rss:2632kB, file-rss:628kB Killed

grahamlopez commented 9 years ago

This was fixed in commit 19a8955.

grahamlopez commented 9 years ago

Note that this fix does not help the stability test, because it still uses FindAvailBytes() which will still cause the process to get killed in this case. Having the stability test fail is probably okay, as this behavoir could be considered to make the device "unstable."

oscarbg commented 9 years ago

Hi would be nice to know if new t4l 21.1 with new cuda 6.5 fixes the issue, i.e. The process don't get killed.. Also interesting would be to know about shield tablet cuda support i.e. if cuda on android has same bug..