System calls with cuda

I’m trying to integrate CPU code into GPU code at Jetson nano. In particular, I want to do something like System Calls embedded in GPU code.

I have already read in a paper that I can only run the Linux system calls on the CPU. Unfortunately, there is no mention of how this is implemented in cuda code.

Can anyone help me with an example code?

There is no way to make linux system calls from GPU code. This statement is correct:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.