From 78a80bd8314b441c2737cf1f7c72c05c15b228cb Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 27 Apr 2022 22:11:00 +0200 Subject: [PATCH] Implementing approach from a new paper read last night (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 7e05a64..9cbf1ad 100644 --- a/notes.md +++ b/notes.md @@ -297,3 +297,4 @@ 2022-01-28T02:08:00 - Refactor for clarity, might break a few tests though (pulp-runtime) 2022-02-13T06:02:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) 2022-02-13T00:51:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pulp-runtime) +2022-04-27T22:11:00 - Implementing approach from a new paper read last night (pulp-runtime)