• Joined on 2023-09-27
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
Daniel pushed to main at Daniel/master-thesis 2024-10-26 11:41:19 +02:00
0e24d74e54 small increment and fixes
Daniel pushed to main at Daniel/master-thesis 2024-10-20 12:24:26 +02:00
ee3c5001bd added information on how to best approach register assignment
Daniel commented on issue Daniel/master-thesis#9 2024-10-20 12:12:59 +02:00
Interesting papers

Things that might be interesting for Related Work:

Register Allocation/Assignment (maybe even for interpretors?)

Daniel pushed to main at Daniel/master-thesis 2024-10-19 13:44:49 +02:00
1f6b40b750 added possibility to create registers
Daniel opened issue Daniel/master-thesis#9 2024-10-17 14:51:04 +02:00
Interesting papers
Daniel pushed to main at Daniel/master-thesis 2024-10-02 13:19:28 +02:00
de73d83d9e updated compat helper to not always run
Daniel pushed to main at Daniel/master-thesis 2024-09-28 12:11:30 +02:00
7283082699 added guard clause generation
Daniel pushed to main at Daniel/master-thesis 2024-09-25 12:45:56 +02:00
d875fc7325 first steps towards ptx generation
Daniel opened issue Daniel/master-thesis#8 2024-09-22 09:54:11 +02:00
Support for multiple expressions
Daniel opened issue Daniel/master-thesis#7 2024-09-22 09:49:14 +02:00
Support for parameter loading
Daniel opened issue Daniel/master-thesis#6 2024-09-22 09:47:28 +02:00
Support for variables as matrices
Daniel opened issue Daniel/master-thesis#5 2024-09-22 09:44:56 +02:00
Simple support for loading Variables/Parameters
Daniel opened issue Daniel/master-thesis#4 2024-09-22 09:41:53 +02:00
Simple PTX generation
Daniel pushed to main at Daniel/master-thesis 2024-09-22 09:32:55 +02:00
d60cba7e4d continued understanding given PTX file and made plan on how to approach the transpiler part
Daniel pushed to main at Daniel/master-thesis 2024-09-08 11:52:18 +02:00
44722bfc65 finished interpreter
Daniel pushed to main at Daniel/master-thesis 2024-09-01 12:09:38 +02:00
c608abfb17 added more unit tests. Conversion to postfix not working
Daniel opened issue Daniel/master-thesis#3 2024-09-01 11:17:55 +02:00
One thread per expression
Daniel closed issue Daniel/master-thesis#2 2024-09-01 11:17:02 +02:00
What to do