From 71bbb3c045d1a63239a023785e37ae15420e51ad Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 11 Jun 2021 05:02:00 +0200 Subject: [PATCH] Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 1e36a7b5443..ed98f399ae5 100644 --- a/notes.md +++ b/notes.md @@ -241,3 +241,4 @@ 2021-03-09T05:50:00 - Minor doc updates: linking to article on quantization (pytorch) 2021-03-26T19:07:00 - Refactor for clarity, might break a few tests though (pytorch) 2021-05-06T00:45:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) +2021-06-11T05:02:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch)