From 8e22d2c60baae24962330f57fc1f90a09f48c9e8 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 11 Feb 2024 07:51:00 +0100 Subject: [PATCH] Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 6326b888f3..92bd8f8c18 100644 --- a/notes.md +++ b/notes.md @@ -282,3 +282,4 @@ 2024-01-31T22:44:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2024-02-09T05:54:00 - Implementing approach from a new paper read last night (onnxruntime) 2024-02-11T21:27:00 - Refactor for clarity, might break a few tests though (onnxruntime) +2024-02-11T07:51:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime)