Handbook
Glossary
CUfunc_cache
Vocabulary
cuda
.
ffi
Inputs
None
Outputs
value
an
object
Definition
USING:
alien.syntax
;
IN:
cuda.ffi
ENUM:
CUfunc_cache
{
CU_FUNC_CACHE_PREFER_NONE
0
}
{
CU_FUNC_CACHE_PREFER_SHARED
1
}
{
CU_FUNC_CACHE_PREFER_L1
2
}
;