Top
Best
New

Posted by matt_d 6 hours ago

GPEmu: A GPU emulator for rapid, low-cost deep learning prototyping [pdf](vldb.org)
31 points | 3 comments
socalgal2 1 hour ago|
What is the difference between a gpu emulator and maybe specifically GPEmu and say llvmpipe?
mdaniel 3 hours ago||
Sadly, no licensing in the repo and I have no idea what the licensing weight the associated fields in setup.py carry <https://github.com/mengwanguc/gpemu/blob/27e9534ee0c3d594030...>
almostgotcaught 3 hours ago|
> To emulate DL workloads without actual GPUs, we replace GPU- related steps (steps #3–5, and Step 2 if GPU-based) with simple sleep(T) calls, where T represents the projected time for each step.

This is a model (of GPU arch/system/runtime/etc) being used to feed downstream analysis. Pretty silly because if you're going to model these things (which are extremely difficult to model!) you should at least have real GPUs around to calibrate/recalibrate the model.