| 11 | #include <regex> |
| 12 | |
| 13 | void 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 | |
| 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 | { |