Hi All ,
Greeting to all of you … :)
iam very new to CUDA and have some questions for which i need help…
- What about operating system resources like sockets and file descriptors ? Can sockets be shared between an operating system process ( host code ) and device code ?
Basically , i want the operating system process to receive incoming requests and want the cuda code to send packets both using the same socket . Could this be possible? - Are the kernel calls ( func<<<threads,grid>>> )blocking or non blocking ?
- what about other calls like cudamemcpy ,etc ? are they blocking or non blocking ?
Any help will be highly appreciated …
Warm Regards