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)
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)