custom workload
#5
GPUs do not have complex schedulers like CPUs do. There is no context switching on a GPU. Trying to run multiple compute jobs on a GPU usually results in an ASIC hang, but if it doesn't, it will take much, much longer to run everything than just running the batches serially.

http://stackoverflow.com/questions/66055...ism-in-gpu


Messages In This Thread
custom workload - by bernardoaraujor - 05-10-2017, 09:34 PM
RE: custom workload - by royce - 05-10-2017, 09:56 PM
RE: custom workload - by bernardoaraujor - 05-10-2017, 10:13 PM
RE: custom workload - by royce - 05-10-2017, 11:23 PM
RE: custom workload - by epixoip - 05-11-2017, 03:27 AM
RE: custom workload - by bernardoaraujor - 05-11-2017, 03:37 PM
RE: custom workload - by atom - 05-13-2017, 02:42 PM