From cdd9ef1c0bb42a25e11b770d4a85c1324d9d2b7a Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Sat, 3 Aug 2024 09:06:29 -0700 Subject: [PATCH] docs: add Lux to the list of packages using LV (#536) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 688803f0..20edcb7d 100644 --- a/README.md +++ b/README.md @@ -396,5 +396,6 @@ Similar approaches can be taken to make kernels working with a variety of numeri * [VectorizedReduction.jl](https://github.com/andrewjradcliffe/VectorizedReduction.jl) * [DynamicExpressions.jl](https://github.com/SymbolicML/SymbolicRegression.jl) * [PySR](https://github.com/MilesCranmer/PySR) and [SymbolicRegression.jl](https://github.com/MilesCranmer/SymbolicRegression.jl) +* [Lux.jl](https://github.com/LuxDL/Lux.jl) and [LuxLib.jl](https://github.com/LuxDL/LuxLib.jl) If you're using LoopVectorization, please feel free to file a PR adding yours to the list!