From b5c2c889cb49f51f11ad8a96aae2f5e8fc3deac2 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 1 May 2023 18:41:00 +0200 Subject: [PATCH] Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (transformers) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 8126146fd..4d99c1159 100644 --- a/notes.md +++ b/notes.md @@ -270,3 +270,4 @@ 2023-04-26T18:15:00 - Refactor for clarity, might break a few tests though (transformers) 2023-04-26T04:29:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers) 2023-05-01T19:22:00 - Minor doc updates: linking to article on quantization (transformers) +2023-05-01T18:41:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (transformers)