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’m trying to run the model_devi stage of dpgen with GPU DeepMD on a
workstation with RTX A6000 (compute 8.6, CUDA 11+) and ran into a
compatibility issue.
Training uses a conda env with deepmd-kit CUDA 11.6 GPU build and works fine.
For model_devi, I created another env with deepmd-kit + lammps-dpCUDA 10.1 GPU builds from conda.deepmodeling.com.
When I run LAMMPS with pair_style deepmd, TensorFlow/DeepMD prints an error like:
CUDA runtime implicit initialization on GPU:0 failed.
Status: device kernel image is invalid
nvidia-smi shows an RTX A6000, so I suspect the CUDA 10.1 build of lammps-dp
is not compatible with this GPU.
mamba search shows CUDA 11 builds for deepmd-kit, but I can’t find any CUDA 11 lammps-dp packages on the deepmodeling channel.
Questions:
What is the recommended way to run dpgen’s model_devi on RTX A6000?
Use CPU-only lammps-dp for model_devi? That will take much more time
Or manually compile LAMMPS + DeePMD against CUDA 11?
Are there plans to provide CUDA 11+ lammps-dp conda packages for newer GPUs?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m trying to run the model_devi stage of
dpgenwith GPU DeepMD on aworkstation with RTX A6000 (compute 8.6, CUDA 11+) and ran into a
compatibility issue.
deepmd-kitCUDA 11.6 GPU build and works fine.model_devi, I created another env withdeepmd-kit+lammps-dpCUDA 10.1 GPU builds fromconda.deepmodeling.com.When I run LAMMPS with
pair_style deepmd, TensorFlow/DeepMD prints an error like:nvidia-smishows an RTX A6000, so I suspect the CUDA 10.1 build oflammps-dpis not compatible with this GPU.
mamba searchshows CUDA 11 builds fordeepmd-kit, but I can’t find anyCUDA 11
lammps-dppackages on the deepmodeling channel.Questions:
What is the recommended way to run
dpgen’smodel_devion RTX A6000?lammps-dpfor model_devi? That will take much more timeAre there plans to provide CUDA 11+
lammps-dpconda packages for newer GPUs?Thanks a lot for any suggestions!
Beta Was this translation helpful? Give feedback.
All reactions