mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
integrated optional (experimentl) CLBlast support
This commit is contained in:
parent
c9f18082fd
commit
23c675b2e6
53 changed files with 22095 additions and 151 deletions
5
CL/Utils/ErrorCodes.h
Normal file
5
CL/Utils/ErrorCodes.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#define CL_UTIL_INDEX_OUT_OF_RANGE -2000
|
||||
#define CL_UTIL_DEVICE_NOT_INTEROPERABLE -2001
|
||||
#define CL_UTIL_FILE_OPERATION_ERROR -2002
|
Loading…
Add table
Add a link
Reference in a new issue