You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# we run a few delta lookups to achieve paralelism
./delta_client.py > delta_client1.log &
./delta_client.py > delta_client2.log &
./delta_client.py > delta_client3.log &
# and one or two ocl computations per GPU (because it takes ~200 ms for the GPU to process and then another ~30 ms for the host to create new GPU blob and we want to use the time inbetween, so we run two opencl queues