Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
torch / include / ATen / cuda / detail / LazyNVRTC.h
Size: Mime:
#pragma once
#include <ATen/detail/CUDAHooksInterface.h>
namespace at { namespace cuda {
// Forward-declares at::cuda::NVRTC
struct NVRTC;

namespace detail {
extern NVRTC lazyNVRTC;
}

}}  // at::cuda::detail