Replace make_half2 with __halves2half2
This commit is contained in:
parent
af31f1f00d
commit
2d7a0fbe68
1 changed files with 1 additions and 1 deletions
|
@ -4198,7 +4198,7 @@ static void quantize_row_q8_1_cuda(const float * x, void * vy, const int kx, con
|
|||
}
|
||||
|
||||
#ifdef GGML_CUDA_F16
|
||||
#define make_dfloat2(x, y) make_half2((x), (y))
|
||||
#define make_dfloat2(x, y) __halves2half2((x), (y))
|
||||
#else
|
||||
#define make_dfloat2(x, y) make_float2((x), (y))
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue