Skip to main content

hipDevSmResourceSplitByCount

Function hipDevSmResourceSplitByCount 

Source
pub unsafe extern "C" fn hipDevSmResourceSplitByCount(
    result: *mut hipDevResource,
    nbGroups: *mut c_uint,
    input: *const hipDevResource,
    remainder: *mut hipDevResource,
    flags: c_uint,
    minCount: c_uint,
) -> hipError_t