Skip to main content

run_with_sanitizer

Function run_with_sanitizer 

Source
pub fn run_with_sanitizer(
    program: &Program,
    cfg: ExecConfig,
    arena: &mut GlobalArena,
    kernarg: &[u8],
    sanitizer: Sanitizer,
) -> Result<(RunReport, SanitizeReport)>
Expand description

Execute with a caller-owned sanitizer (for shadow setup such as SoftGPU free/uninit).