From 9fd5863b0f3fc5404027698d4f8b8d8180b5a79d Mon Sep 17 00:00:00 2001 From: Nils Kohl <nils.kohl@fau.de> Date: Wed, 20 Nov 2024 10:53:48 +0100 Subject: [PATCH] Fixing links in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4035388a..7385ecde 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Optimized operators for [HyTeG](https://i10git.cs.fau.de/hyteg/hyteg) This repository contains optimized elementwise operators for [HyTeG](https://i10git.cs.fau.de/hyteg/hyteg). -The code under [operators](operators) is generated using [HFG](https://i10git.cs.fau.de/terraneo/hyteg-form-generator). +The code under [operators](operators) is generated using the [HOG](https://i10git.cs.fau.de/hyteg/hog). Each kernel has a platform independent and, where applicable, an AVX-vectorized version. The desired variant is configured in CMake. -- GitLab