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
17namespace fz {
18namespace fused {
19
22
28void* nvrtcGetKernel(const std::string& src, const char* entry);
29
30} // namespace fused
31} // namespace fz
Definition dag.h:24
void * nvrtcGetKernel(const std::string &src, const char *entry)
bool nvrtcAvailable()
True if NVRTC + the CUDA driver are usable in this process.