| 16 | } |
| 17 | |
| 18 | void 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 | |
| 23 | void 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 | { |