ggml-cuda.h 419 B

123456789101112
  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. void dequantize_row_q4_3_cuda(const void * vx, float * y, int k, cudaStream_t stream);
  8. #ifdef __cplusplus
  9. }
  10. #endif