pub fn parse_kernel_dispatch(
bytes: &[u8],
packet_index: u64,
classify_kernarg: impl FnOnce(u64) -> KernargClass,
) -> Result<DispatchDescriptor, AqlParseError>Expand description
Parse and validate a kernel-dispatch packet from exactly 64 bytes.