vramfs icon indicating copy to clipboard operation
vramfs copied to clipboard

Multiple process usage

Open tugrul512bit opened this issue 4 years ago • 1 comments

Is this thread-safe in itself? What happens if OS writes/reads myfile.txt while I have a process also reading/writing myfile.txt?

What if different files are accessed concurrently?

Do we get graphics card's asynchronous features (like pci-e both ways usage, read+write concurrently)?

I have 2x K420 cards and a GT1030 card. Can I use 3 instances and somehow join all for 6GB(2 each) memory without losing threadsafeness? Can I have 2-3 instances on 1 graphics card to have more threading?

tugrul512bit avatar Jan 22 '21 16:01 tugrul512bit

AFAIK 5x yes

twobombs avatar Mar 26 '23 10:03 twobombs