Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Cuda Problem #50

Open
LeslauD opened this issue Jan 5, 2024 · 1 comment
Open

Cuda Problem #50

LeslauD opened this issue Jan 5, 2024 · 1 comment

Comments

@LeslauD
Copy link

LeslauD commented Jan 5, 2024

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)

@Rambler30
Copy link

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants