

When evaluating python program I ran into above error, the last line of gpgpu output is just thread block.
I used PyInstaller to compile the python file and use the compiled file from "dist" directory, maybe that cause this problem?
Also I'm using cuda11.01 and gcc 7.3.1 on centOS7
Anybody have any idea what the issue might be?