Skip to content

Commit 77cc99f

Browse files
Apply suggestion from @matthewdouglas
1 parent 66f6b8c commit 77cc99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrc/kernels.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ __launch_bounds__(BLOCK_SIZE / NUM_VALS, 1) __global__ void kPreconditionOptimiz
558558
s1_vals[j] *= s1_vals[j]; // update l2 norm (update*update)
559559
break;
560560
case ADEMAMIX:
561-
break;
561+
break;
562562
}
563563
}
564564

0 commit comments

Comments
 (0)