pub fn verify_shreds_gpu(
    thread_pool: &ThreadPool,
    batches: &[PacketBatch],
    slot_leaders: &HashMap<Slot, [u8; 32]>,
    recycler_cache: &RecyclerCache
) -> Vec<Vec<u8>>