From 97e70be7e7d7e7f3578d610c2a6d4cc97d0224d2 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 18 Nov 2021 19:19: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 9a55fa2a119..ea4c5088d74 100644 --- a/notes.md +++ b/notes.md @@ -264,3 +264,4 @@ 2021-11-15T02:41:00 - Quick fix, referencing a known issue from the official repo (pytorch) 2021-11-15T08:22:00 - Refactor for clarity, might break a few tests though (pytorch) 2021-11-18T18:09:00 - Implementing approach from a new paper read last night (pytorch) +2021-11-18T19:19:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch)