We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e1b6d commit 00ca8b9Copy full SHA for 00ca8b9
1 file changed
source/lib/src/gpu/tabulate.cu
@@ -599,7 +599,7 @@ __global__ void tabulate_fusion_se_t_grad_grad_fifth_order_polynomial(
599
FPTYPE sum = (FPTYPE)0.;
600
for (int ii = 0; ii < nnei_i; ii++) {
601
int mark_table_idx = -1;
602
- for (int jj = 0; ii < nnei_j; jj++) {
+ for (int jj = 0; jj < nnei_j; jj++) {
603
FPTYPE xx = em_x[block_idx * nnei_i * nnei_j + ii * nnei_j + jj];
604
FPTYPE tmp = xx;
605
FPTYPE dz_xx =
0 commit comments