Hi guys,
I have encountered a weird problem when calling my CUDA code in a DLL using LabVIEW:
In my LabVIEW application, once I call any CUDA function, the affinity of my LabVIEW will be set to 1 (see the attachment), which means the LabVIEW application can only run on one core of my dual core machine, I always have to call the Windows API 'SetProcessAffinityMask' to put my LabVIEW back onto two cores... Does anyone have any idea about why this could happen? Thanks.