pub fn validate_stencil_signature(func: &ItemFn) -> Result<(), ValidationError>Expand description
Validate function signature for stencil kernels.
Ensures the function has appropriate parameter types and returns void or a simple type.
pub fn validate_stencil_signature(func: &ItemFn) -> Result<(), ValidationError>Validate function signature for stencil kernels.
Ensures the function has appropriate parameter types and returns void or a simple type.