• Joined on 2023-09-27
Daniel pushed to main at Daniel/master-thesis 2025-02-22 11:42:30 +01:00
433e69fff5 Introduction: finished first version of chapter
Daniel pushed to main at Daniel/master-thesis 2025-02-15 11:12:55 +01:00
8bad911585 introduction: updated background + research question
Daniel pushed to main at Daniel/master-thesis 2025-02-14 12:42:56 +01:00
250da02353 updated introduction: background and motivation
Daniel pushed to main at Daniel/master-thesis 2025-01-26 10:16:31 +01:00
4afc15a737 small cleanup
Daniel pushed to main at Daniel/master-thesis 2025-01-25 11:16:06 +01:00
7598c51df8 finished generating parameter loading code
Daniel pushed to main at Daniel/master-thesis 2025-01-24 13:14:02 +01:00
b2774322a1 added loading of variables from memory into registers. Note: Needed to leave, so code currently not compiling
Daniel pushed to main at Daniel/master-thesis 2025-01-19 11:00:48 +01:00
85464083c3 aded symtable for loading vars and params to local memory
Daniel pushed to main at Daniel/playaround_ideas 2025-01-12 10:25:09 +01:00
d60e78f47a Initial ideas
Daniel created repository Daniel/playaround_ideas 2025-01-12 10:21:45 +01:00
Daniel pushed to main at Daniel/master-thesis 2025-01-06 14:02:05 +01:00
219c0bb14e started implementing parameter loading
Daniel pushed to main at Daniel/master-thesis 2025-01-05 11:19:13 +01:00
f7926c3438 finished implementing operators
Daniel pushed to main at Daniel/master-thesis 2025-01-04 10:40:36 +01:00
a97b804530 testing interpreter because loop seems to do everything. Can't test right now because I don't have a nvidia gpu in my laptop
Compare 2 commits »
Daniel pushed to main at Daniel/master-thesis 2025-01-04 10:38:37 +01:00
9702fe2343 added thesis structure
Daniel opened issue Daniel/master-thesis#10 2024-12-11 10:53:13 +01:00
Interpreter index calculation
Daniel pushed to main at Daniel/master-thesis 2024-12-10 22:58:32 +01:00
8d129dbfcc rewrote function for generating code for operators. now the entire operation will be returned and not just the operator
Daniel pushed to main at Daniel/master-thesis 2024-12-08 10:50:26 +01:00
67ef9a5139 reworked code to use new 'register manager'
Daniel pushed to main at Daniel/master-thesis 2024-12-07 10:23:27 +01:00
203900bb26 nevermind, improved register management worked
Daniel pushed to main at Daniel/master-thesis 2024-12-07 10:13:14 +01:00
1e7f6e9010 tried streamlining register management
Daniel pushed to main at Daniel/master-thesis 2024-11-01 11:24:04 +01:00
68cedd75fc updated all to 32-bit to save registers and boost performance
Daniel pushed to main at Daniel/master-thesis 2024-10-27 11:48:29 +01:00
9fc55c4c15 started implementing transpilation of expression