pub fn compile_polydat_with_log(
source: &str,
log: &mut CompileEventLog,
) -> Result<PolydatKernel, String>Expand description
compile_polydat_with_options under the default options, with the
compile event log: the same kernel compile_polydat builds, with
every pragma, assembly, fold, and tile event recorded.