cuda : fix array size + indents

ggml-ci
This commit is contained in:
Georgi Gerganov 2024-06-02 19:58:50 +03:00
parent 61e0a84fff
commit ddac1ef681
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#include "rope.cuh"
struct rope_corr_dims {
float v[4]; // TODO: is there any reson for this to be 4 instead of 2?
float v[2];
};
static __device__ float rope_yarn_ramp(const float low, const float high, const int i0) {