ggml-cuda.h 332 B

1234567891011
  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4. void dequantize_row_q4_0_cuda(const void * vx, float * y, int k, cudaStream_t stream);
  5. void dequantize_row_q4_1_cuda(const void * vx, float * y, int k, cudaStream_t stream);
  6. void dequantize_row_q4_2_cuda(const void * vx, float * y, int k, cudaStream_t stream);
  7. #ifdef __cplusplus
  8. }
  9. #endif