From 849d57bfa1408fcb80f1aa695930eda3e6ee7ac0 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 28 Mar 2024 04:26:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (cryptography) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 9a8d3485f..88f984432 100644 --- a/notes.md +++ b/notes.md @@ -284,3 +284,4 @@ 2024-03-09T21:20:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (cryptography) 2024-03-28T02:38:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (cryptography) 2024-03-28T06:14:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (cryptography) +2024-03-28T04:26:00 - Implementing approach from a new paper read last night (cryptography)