• Joined on 2023-09-27
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
Daniel pushed to main at Daniel/master-thesis 2024-07-12 15:27:20 +02:00
59b1d77ad6 added test for converting AST to postfix
Daniel pushed to main at Daniel/master-thesis 2024-07-11 15:44:30 +02:00
26741adec7 added tests but need to do rewrites. focus on GPU execution for now
Daniel pushed to main at Daniel/master-thesis 2024-07-10 16:42:48 +02:00
81d0158e46 added some pre-processing to expressions
Daniel pushed to main at Daniel/master-thesis 2024-07-07 15:51:00 +02:00
35ba685da0 added first CUDA steps
Daniel pushed to main at Daniel/master-thesis 2024-07-06 12:05:39 +02:00
fa643b8b27 added julia package
Daniel commented on issue Daniel/master-thesis#2 2024-07-03 17:07:35 +02:00
What to do

Sehr geehrter Herr Wiplinger,

wie besprochen schicke ich ihnen noch mehr Material für die Masterarbeit.

Folgende Bücher habe ich hilfreich gefunden:

  • CUDA by Example - An Introduction…
Daniel opened issue Daniel/master-thesis#2 2024-07-02 16:54:45 +02:00
What to do
Daniel opened issue Daniel/master-thesis#1 2024-06-29 09:08:54 +02:00
Parsing julia code resources
Daniel created repository Daniel/master-thesis 2024-06-28 19:30:48 +02:00
Daniel pushed to main at Daniel/Engine_silk.NET 2024-03-04 21:33:54 +01:00
36ae444574 slight code improvements. Still didn't fix cube sphere shading
Daniel pushed to main at Daniel/Engine_silk.NET 2024-02-04 22:54:08 +01:00
3912f2bd9a Added IcoSphere for testing. Replaced Vector3D<T> with Vector3 since it is more performant
Daniel pushed to main at Daniel/Engine_silk.NET 2024-02-01 20:07:09 +01:00
0b0d2360d6 slightly improved sphere generation