[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/LIBNNPACK PATCH 4/5] Config.uk: Add configuration options for backends
Hi Vlad, this looks ok, thanks. Reviewed-by: Felipe Huici <felipe.huici@xxxxxxxxx> On 16.10.19, 14:49, "Vlad-Andrei BĂDOIU (78692)" <vlad_andrei.badoiu@xxxxxxxxxxxxxxx> wrote: Currently we support only PSIMD and Scalar as backends. Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@xxxxxxxxxxxxxxx> --- Config.uk | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Config.uk b/Config.uk index ee83105..88b18fa 100644 --- a/Config.uk +++ b/Config.uk @@ -7,3 +7,15 @@ menuconfig LIBNNPACK select UKSYSINFO default n +if LIBNNPACK +choice + prompt "Backend" + default LIBNNPACK_BACKEND_PSIMD + +config LIBNNPACK_BACKEND_PSIMD + bool "PSIMD backend" + +config LIBNNPACK_BACKEND_SCALAR + bool "Scalar backend +endchoice +endif -- 2.20.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |