cuda : fix array size + indents
ggml-ci
This commit is contained in:
parent
61e0a84fff
commit
ddac1ef681
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
#include "rope.cuh"
|
#include "rope.cuh"
|
||||||
|
|
||||||
struct rope_corr_dims {
|
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) {
|
static __device__ float rope_yarn_ramp(const float low, const float high, const int i0) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue