pub fn debug_call_expand<C>(
context: &mut CubeContext,
name: &'static str,
line: u32,
col: u32,
call: impl FnOnce(&mut CubeContext) -> C,
) -> C
Expand description
Calls a function and inserts debug symbols if debug is enabled.
pub fn debug_call_expand<C>(
context: &mut CubeContext,
name: &'static str,
line: u32,
col: u32,
call: impl FnOnce(&mut CubeContext) -> C,
) -> C
Calls a function and inserts debug symbols if debug is enabled.