From a00eae9cb0956836286c60bb1e32bb0522efc016 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 4 Mar 2024 07:55: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 b18e404e955..ee8b75ac8b2 100644 --- a/notes.md +++ b/notes.md @@ -357,3 +357,4 @@ 2024-03-04T20:30:00 - Quick fix, referencing a known issue from the official repo (pytorch) 2024-03-04T18:48:00 - Minor doc updates: linking to article on quantization (pytorch) 2024-03-04T22:31:00 - Implementing approach from a new paper read last night (pytorch) +2024-03-04T07:55:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch)