export_capture_file
-
void kernel_launcher::export_capture_file(const std::string &directory, const std::string &tuning_key, const KernelBuilder &builder, ProblemSize problem_size, const std::vector<KernelArg> &arguments, const std::vector<std::vector<uint8_t>> &input_arrays, const std::vector<std::vector<uint8_t>> &output_arrays = {})
Export a capture for the given
tuning_key
andproblem_size
to the givendirectory
.