Llama-3.1-8B-DALv0.1
/
venv
/lib
/python3.12
/site-packages
/torch
/include
/c10
/cuda
/CUDAMiscFunctions.h
// this file is to avoid circular dependency between CUDAFunctions.h and | |
// CUDAExceptions.h | |
namespace c10::cuda { | |
C10_CUDA_API const char* get_cuda_check_suffix() noexcept; | |
C10_CUDA_API std::mutex* getFreeMutex(); | |
} // namespace c10::cuda | |