You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I once had the same problem. I set --load('gpconv_cuda', ... verbose=False) --verbose to True . And then run load function will get a path . CD the {path}/gpconv_cuda. If you see the lock file, delete it and you can run it.
It should be that the last compilation was not completed but the lock file was not deleted, so it has been deadlocked.
My program gets stuck when executing the following line:
gpu = load('gpconv_cuda', [
os.path.join(gpu_path, 'operator.cpp'),
os.path.join(gpu_path, 'assign_score_withk_gpu.cu'),
os.path.join(gpu_path, 'assign_score_withk_halfkernel_gpu.cu'),
], build_directory=gpu_path, verbose=False)
The text was updated successfully, but these errors were encountered: