With mechanism to fall back if graph capture fails
This commit is contained in:
parent
d44e0fb22c
commit
eb9f15fb6f
2 changed files with 30 additions and 6 deletions
|
@ -172,7 +172,6 @@
|
|||
|
||||
#define GGML_CUDA_MAX_STREAMS 8
|
||||
|
||||
[[noreturn]]
|
||||
void ggml_cuda_error(const char * stmt, const char * func, const char * file, int line, const char * msg);
|
||||
|
||||
#define CUDA_CHECK_GEN(err, success, error_fn) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue