From 2aed355665fba3e3bf87ab42c8b3089b38cfbc34 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 15 Jan 2017 03:35:00 +0100 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 0f3d9b5619f..db3bc794d06 100644 --- a/notes.md +++ b/notes.md @@ -90,3 +90,4 @@ 2016-12-27T01:21:00 - Minor doc updates: linking to article on quantization (pytorch) 2017-01-08T03:46:00 - Implementing approach from a new paper read last night (pytorch) 2017-01-15T17:00:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) +2017-01-15T03:35:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch)