Skip to content

Commit

Permalink
Fix: compiling error of DCU in v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dyzheng committed Sep 30, 2024
1 parent 54659c6 commit 79cab7a
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 79cab7a

Please sign in to comment.