[roll] Roll fuchsia [graphics][compute][radix sort] Add indirect dispatching Add support for "indirectly" dispatching the radix sort library. The `radix-sort-vk-bench` test now supports both direct and indirect dispatching. Testability: * Help: fx shell run radix-sort-vk-bench * Indirectly sort and validate arrays from 1 to 8192 with a step of 1 fx shell run radix-sort-vk-bench 8086:591e intel_gen8_u32 indirect 1 8192 fx shell run radix-sort-vk-bench 8086:591e intel_gen8_u64 indirect 1 8192 * Directly sort and validate arrays from 1 to 8192 with a step of 1 fx shell run radix-sort-vk-bench 8086:591e intel_gen8_u32 direct 1 8192 fx shell run radix-sort-vk-bench 8086:591e intel_gen8_u64 direct 1 8192 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/521181 Original-Revision: dccacbbee1c312acad5999b92b30db0ee1f66e74 GitOrigin-RevId: 671cda3133e6e8c7adf3ce678b0aae569bf8187c Change-Id: I37c3b3d4942a992f2e45f4100fc49aa983142260
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.