Thank you for your reply.
I was trying to run the attached Python script, using the following command:
python3 myGPUTest.py myGPUTest.txt (630 Bytes)
I didn’t test on x86 desktop.
I have connected the NVIDIA AGX Orin directly to a monitor, and trying to run this pyCUDA program.
Could you help to check the format of the reproducible source?
We tried to run the source but failed in some format error rather than reproducing the issue.
...
pycuda.driver.CompileError: nvcc compilation of /tmp/tmpvqci04d2/kernel.cu failed
[command: nvcc --cubin -arch sm_87 -I/home/nvidia/.local/lib/python3.8/site-packages/pycuda/cuda kernel.cu]
[stderr:
kernel.cu(3): error: this declaration has no storage class or type specifier
kernel.cu(3): error: expected a ";"
kernel.cu(8): warning: parsing restarts here after previous syntax error
2 errors detected in the compilation of "kernel.cu".
]