Skip to content

void SetKernelsGpuData(GpuData*) error #180

New issue

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

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

Already on GitHub? Sign in to your account

Open
alfredoq opened this issue Feb 5, 2022 · 3 comments
Open

void SetKernelsGpuData(GpuData*) error #180

alfredoq opened this issue Feb 5, 2022 · 3 comments

Comments

@alfredoq
Copy link

alfredoq commented Feb 5, 2022

Dear All,

I succesfully compiled AutoDock GPU in a Debian system, but when trying to run an example:

./bin/autodock_gpu_128wi --lfile ./input/1stp/derived/1stp_ligand.pdbqt --ffile ./input/1stp/derived/1stp_protein.maps.fld

I am getting the following error:

AutoDock-GPU version: v1.5.3

Running 1 docking calculation

Cuda device: NVIDIA A10 (#1 / 3)
Available memory on device: 22506 MB (total: 22731 MB)

CUDA Setup time 0.252437s

Running Job #1
Using heuristics: (capped) number of evaluations set to 1132076
Local-search chosen method is: ADADELTA (ad)
SetKernelsGpuData copy to cData failed invalid device symbol
autodock_gpu_128wi: ./cuda/kernels.cu:130: void SetKernelsGpuData(GpuData*): Assertion `0' failed.
Aborted

Is this related to the GPU I am trying to use (A10) and specific compilation requirements, or is it anything else?

Thank you very much in advance for the support,

regards

Alfredo

@sisco0
Copy link

sisco0 commented Feb 6, 2022

Kindly take a look at issue #172 where other user had the same problem. This problem is referred firstly to the platform where the kernels are compiled to.

Could you check if the #172 solution solves your problem? Also, there is an active PR on CMake that could lead to a solution, you could try this afterwards.

@alfredoq
Copy link
Author

alfredoq commented Feb 6, 2022

Dear Francisco,
Thank you very much for your reply. The issue you pointed out solved my problem.
Kind regards
Alfredo

@sisco0
Copy link

sisco0 commented Feb 7, 2022

The current issue status could be changed to Closed, as a solution was already provided in a related issue. Also, the related solution has been marked to be working as expected for the current issue.

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

No branches or pull requests

2 participants