Skip to content

Commit

Permalink
Fix: compiling error of DCU in v3.8.0 (#5198)
Browse files Browse the repository at this point in the history
Co-authored-by: dyzheng <zhengdy@bjaisi.com>
  • Loading branch information
dyzheng and dyzheng authored Sep 30, 2024
1 parent 54659c6 commit 6b116be
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -743,4 +743,7 @@ template struct cal_dbecp_noevc_nl_op<double, base_device::DEVICE_GPU>;
template struct cal_stress_nl_op<float, base_device::DEVICE_GPU>;
template struct cal_stress_nl_op<double, base_device::DEVICE_GPU>;

template struct cal_force_npw_op<double, base_device::DEVICE_GPU>;
template struct cal_force_npw_op<float, base_device::DEVICE_GPU>;

} // namespace hamilt

0 comments on commit 6b116be

Please sign in to comment.