Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Oct 9, 2023
1 parent 068aa33 commit bc20144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/lib/tests/test_tabulate_se_a.cc
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,6 @@ TEST_F(TestTabulateSeA, tabulate_fusion_se_a_grad_cpu) {
std::vector<double> dy_dem(em.size());
std::vector<double> dy(nloc * nnei * last_layer_size, 1.0);
std::vector<double> dy_dtwo(nloc * nnei * last_layer_size);
double *dy_dtwo = nullptr;
deepmd::tabulate_fusion_se_a_grad_cpu<double>(
&dy_dem_x[0], &dy_dem[0], &dy_dtwo[0], &table[0], &info[0], &em_x[0],
&em[0], nullptr, &dy[0], nloc, nnei, last_layer_size);
Expand Down

0 comments on commit bc20144

Please sign in to comment.