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

Method compile_kernel

src/Threads/ThreadFunctions.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include <regex>
12
13void ThreadFunctions::compile_kernel(std::shared_ptr<GPUKernel> kernel, std::shared_ptr<HIPRTOrochiCtx> hiprt_orochi_ctx, const std::vector<hiprtFuncNameSet>& func_name_sets)
14{
15 kernel->compile(hiprt_orochi_ctx, func_name_sets, true, false);
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{

Callers

nothing calls this directly

Calls 1

compileMethod · 0.45

Tested by

no test coverage detected