// This is free and unencumbered software released into the public domain.
usecrate::var;/// See: https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#env-vars
pubfncuda_cache_disable()->Option<bool>{var("CUDA_CACHE_DISABLE").map(|s|s =="1")}