-
Dear DeePMD users, I'm trying to use my DeePMD model to do molecular dynamics simulation in LAMMPS. I have two different types of GPUs (RTX 3090 and A100). I found that both GPUs support TF32 calculations. Generally, I'm using a compressed model using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
For C++ applications, one needs to call |
Beta Was this translation helpful? Give feedback.
For C++ applications, one needs to call
tensorflow::enable_tensor_float_32_execution(false)
to disable tensor float 32.See https://github.com/tensorflow/tensorflow/blob/5dcfc51118817f27fad5246812d83e5dccdc5f72/tensorflow/core/platform/tensor_float_32_utils.h#L21.