We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec743f commit ccb156dCopy full SHA for ccb156d
ggml/src/ggml-opencl/kernels/rope.cl
@@ -432,7 +432,7 @@ kernel void kernel_rope_multi_f32(
432
}
433
} else {
434
if (sector < sections.s0) {
435
- theta_base = pos[i2];
+ theta_base = pos[i2];
436
437
else if (sector >= sections.s0 && sector < sec_w) {
438
theta_base = pos[i2 + ne2 * 1];
@@ -543,7 +543,7 @@ kernel void kernel_rope_multi_f16(
543
544
545
546
547
548
549
0 commit comments