Hi all,
I have implemented a small code in which cpu program is multithreaded. All cpu threads have access to the same gpu. After opening a certain number of cpu threads I get error from gpu(where gpu have parallel call from cpu). Is this erroneous to foroward multithreaded call to gpu where I have only one gpu card.
Please help.