From 571944c4fa48f55d9707b19dc24ac49ca1e52ffb Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 4 Dec 2021 00:15:00 +0100 Subject: [PATCH] Refactor for clarity, might break a few tests though (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 5093b7a..0c59f03 100644 --- a/notes.md +++ b/notes.md @@ -283,3 +283,4 @@ 2021-11-19T00:08:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pulp-runtime) 2021-11-24T20:09:00 - Quick fix, referencing a known issue from the official repo (pulp-runtime) 2021-11-24T02:45:00 - Minor doc updates: linking to article on quantization (pulp-runtime) +2021-12-04T00:15:00 - Refactor for clarity, might break a few tests though (pulp-runtime)