Koboldcpp / include /CL /Utils /ErrorCodes.h
Illumotion's picture
Upload folder using huggingface_hub
3e5595b
raw
history blame contribute delete
145 Bytes
#pragma once
#define CL_UTIL_INDEX_OUT_OF_RANGE -2000
#define CL_UTIL_DEVICE_NOT_INTEROPERABLE -2001
#define CL_UTIL_FILE_OPERATION_ERROR -2002