JSX_TTS / torch /include /c10 /cuda /CUDAMiscFunctions.h
UMMJ's picture
Upload 5875 files
9dd3461
raw
history blame contribute delete
254 Bytes
#pragma once
// this file is to avoid circular dependency between CUDAFunctions.h and
// CUDAExceptions.h
#include <c10/cuda/CUDAMacros.h>
namespace c10 {
namespace cuda {
C10_CUDA_API const char* get_cuda_check_suffix() noexcept;
}
} // namespace c10