mbuali's picture
Upload folder using huggingface_hub
d1ceb73 verified
raw
history blame contribute delete
205 Bytes
#pragma once
#include <ATen/cudnn/cudnn-wrapper.h>
#include <ATen/cuda/ATenCUDAGeneral.h>
namespace at { namespace native {
TORCH_CUDA_CPP_API cudnnHandle_t getCudnnHandle();
}} // namespace at::native