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 cbca610 commit 950c764Copy full SHA for 950c764
ggml/src/ggml-vulkan/vulkan-shaders/rope_multi.comp
@@ -32,7 +32,7 @@ void main() {
32
const uint sector = (i0 / 2) % sect_dims;
33
34
float theta_base = 0.0;
35
- if (p.is_imrope) {
+ if (p.is_imrope != 0) {
36
if (sector % 3 == 1 && sector < 3 * p.sections[1]) {
37
theta_base = data_pos[channel_x + ne2 * 1]*pow(p.theta_scale, i0/2.0f);
38
} else if (sector % 3 == 2 && sector < 3 * p.sections[2]) {
0 commit comments