void rms_norm_cuda | |
( | |
ExLlamaTuning* tuningParams, | |
half* x, | |
const half* w, | |
half* out, | |
const float epsilon, | |
const int rows, | |
const int dim, | |
const int device_index | |
); | |
void rms_norm_cuda | |
( | |
ExLlamaTuning* tuningParams, | |
half* x, | |
const half* w, | |
half* out, | |
const float epsilon, | |
const int rows, | |
const int dim, | |
const int device_index | |
); | |