mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-14 03:38:44 +02:00
whisper : add CUDA-specific computation mel spectrograms (#2206)
* whisper : use polymorphic class to calculate mel spectrogram * whisper : add cuda-specific mel spectrogram calculation * whisper : conditionally compile cufftGetErrorString to avoid warnings * build : add new files to makefile * ruby : add new files to conf script * build : fix typo in makefile * whisper : suppress cub warning for deprecated C++ std in whisper-mel-cuda
This commit is contained in:
committed by
GitHub
parent
af5833e298
commit
ffef323c4c
3
whisper-mel-cuda.hpp
Normal file
3
whisper-mel-cuda.hpp
Normal file
@ -0,0 +1,3 @@
|
||||
#include "whisper-mel.hpp"
|
||||
|
||||
whisper_mel_calc * whisper_mel_calc_create_cuda(ggml_backend_t backend, const whisper_filters & filters);
|
Reference in New Issue
Block a user