pub fn compile_polydat_kernel(
source: &str,
) -> Result<Box<dyn Kernel>, KernelError>Expand description
compile_polydat_with on Engine::default:
compiled code, with the JIT where the build has it.
pub fn compile_polydat_kernel(
source: &str,
) -> Result<Box<dyn Kernel>, KernelError>compile_polydat_with on Engine::default:
compiled code, with the JIT where the build has it.