MCPcopy Create free account
hub / github.com/TomClabault/HIPRT-Path-Tracer / compile_kernel_silent

Method compile_kernel_silent

src/Threads/ThreadFunctions.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void ThreadFunctions::compile_kernel_silent(std::shared_ptr<GPUKernel> kernel, std::shared_ptr<HIPRTOrochiCtx> hiprt_orochi_ctx, const std::vector<hiprtFuncNameSet>& func_name_sets)
19{
20 kernel->compile(hiprt_orochi_ctx, func_name_sets, true, true);
21}
22
23void ThreadFunctions::precompile_kernel(const std::string& kernel_function_name, const std::string& kernel_filepath, GPUKernelCompilerOptions options, std::shared_ptr<HIPRTOrochiCtx> hiprt_orochi_ctx, const std::vector<hiprtFuncNameSet>& func_name_sets)
24{

Callers

nothing calls this directly

Calls 1

compileMethod · 0.45

Tested by

no test coverage detected