FZGPUModules
2.0
GPU-accelerated modular compression pipelines
Loading...
Searching...
No Matches
nvrtc_jit.h
Go to the documentation of this file.
1
#pragma once
2
15
#include <string>
16
17
namespace
fz
{
18
namespace
fused {
19
21
bool
nvrtcAvailable
();
22
28
void
*
nvrtcGetKernel
(
const
std::string& src,
const
char
* entry);
29
30
}
// namespace fused
31
}
// namespace fz
fz
Definition
dag.h:24
fz::fused::nvrtcGetKernel
void * nvrtcGetKernel(const std::string &src, const char *entry)
fz::fused::nvrtcAvailable
bool nvrtcAvailable()
True if NVRTC + the CUDA driver are usable in this process.
modules
fused
common
nvrtc_jit.h
Generated by
1.9.8