Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Darkknight535
/
kcpp-compiled-cuda-linux
like
0
Model card
Files
Files and versions
Community
main
kcpp-compiled-cuda-linux
/
ggml
/
src
/
ggml-cuda
/
vendors
/
cuda.h
Darkknight535
Upload folder using huggingface_hub
1d30d42
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
485 Bytes
#
pragma
once
#
include
<cuda_runtime.h>
#
include
<cuda.h>
#
include
<cublas_v2.h>
#
include
<cuda_bf16.h>
#
include
<cuda_fp16.h>
#
if
CUDART_VERSION < 11020
#
define
CU_DEVICE_ATTRIBUTE_VIRTUAL_MEMORY_MANAGEMENT_SUPPORTED CU_DEVICE_ATTRIBUTE_VIRTUAL_ADDRESS_MANAGEMENT_SUPPORTED
#
define
CUBLAS_TF32_TENSOR_OP_MATH CUBLAS_TENSOR_OP_MATH
#
define
CUBLAS_COMPUTE_16F CUDA_R_16F
#
define
CUBLAS_COMPUTE_32F CUDA_R_32F
#
define
cublasComputeType_t cudaDataType_t
#
endif
// CUDART_VERSION < 11020