From e6f879b8d4eb4e87f43fe78c97e6af4bd3de7732 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 3 Jul 2018 21:50: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 69573f7c75c..8a9970a7c89 100644 --- a/notes.md +++ b/notes.md @@ -132,3 +132,4 @@ 2018-06-10T00:44:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) 2018-06-17T05:13:00 - Quick fix, referencing a known issue from the official repo (pytorch) 2018-07-03T01:23:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pytorch) +2018-07-03T21:50:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch)