mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-19 20:57:52 +00:00
whisper : add note that ggml_mul_mat_pad does not work with CUDA
This commit is contained in:
parent
0867e696a7
commit
b27726da93
@ -207,6 +207,7 @@ static struct ggml_tensor * ggml_mul_mat_pad(struct ggml_context * ctx, struct g
|
||||
}
|
||||
|
||||
// TODO: check if other platforms can benefit from this optimization
|
||||
// TODO: CUDA is currently broken - seems ggml_mul_mat does not handle views correctly
|
||||
#if defined(GGML_USE_METAL)
|
||||
#define ggml_mul_mat ggml_mul_mat_pad
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user