• Joined on 2023-09-27
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
Daniel closed issue Daniel/master-thesis#1 2024-09-01 11:17:01 +02:00
Parsing julia code resources
Daniel pushed to main at Daniel/master-thesis 2024-08-25 13:02:05 +02:00
6a1811ae6b added operator tests. single value operators not working yet
Daniel pushed to main at Daniel/master-thesis 2024-08-18 11:55:50 +02:00
929789b6ff finished interpreter. still need to test it
Daniel pushed to main at Daniel/master-thesis 2024-08-08 12:06:56 +02:00
62d10845e9 added operators to the interpreter. storing result still missing
Daniel pushed to main at Daniel/master-thesis 2024-08-03 12:11:57 +02:00
f1f8c3b2a4 first simple part of the interpreter finished
Daniel pushed to main at Daniel/master-thesis 2024-07-24 14:42:35 +02:00
6b7a4b4bca added first (wrong) attempt at implementing the interpretation. Added input explanation to the readme for a better understanding
Daniel pushed to main at Daniel/master-thesis 2024-07-21 13:46:08 +02:00
c871487a55 layed groundwork for implementing interpretation
Daniel pushed to main at Daniel/master-thesis 2024-07-19 14:32:19 +02:00
e1097202ab made it possible to send expression to gpu alongside the needed data
Daniel pushed to main at Daniel/master-thesis 2024-07-14 15:08:15 +02:00
3145691d27 tried storing data in CuArray. Weird type error is happening
Daniel pushed to main at Daniel/master-thesis 2024-07-12 16:35:38 +02:00
d4f9156c08 Prepared for Cuda execution