Skip to content

Commit c55b5bf

Browse files
Update ggml/src/ggml-cuda/solve_tri.cu
Co-authored-by: Johannes Gäßler <johannesg@5d6.de>
1 parent 642e898 commit c55b5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cuda/solve_tri.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ static __global__ void solve_tri_f32_fast(const float * __restrict__ A,
9898
}
9999
}
100100

101-
#pragma unroll 2
101+
#pragma unroll
102102
for (int rr = 0; rr < 2; ++rr) {
103103
int row = rr * WARP_SIZE + lane;
104104
if (row < n) {

0 commit comments

Comments
 (0)