|
929789b6ff
|
finished interpreter. still need to test it
|
2024-08-18 11:55:41 +02:00 |
|
|
62d10845e9
|
added operators to the interpreter. storing result still missing
|
2024-08-08 12:06:42 +02:00 |
|
|
f1f8c3b2a4
|
first simple part of the interpreter finished
|
2024-08-03 12:11:43 +02:00 |
|
|
6b7a4b4bca
|
added first (wrong) attempt at implementing the interpretation. Added input explanation to the readme for a better understanding
|
2024-07-24 14:42:26 +02:00 |
|
|
c871487a55
|
layed groundwork for implementing interpretation
|
2024-07-21 13:45:57 +02:00 |
|
|
e1097202ab
|
made it possible to send expression to gpu alongside the needed data
|
2024-07-19 14:32:09 +02:00 |
|
|
3145691d27
|
tried storing data in CuArray. Weird type error is happening
|
2024-07-14 15:08:05 +02:00 |
|
|
d4f9156c08
|
Prepared for Cuda execution
|
2024-07-12 16:35:30 +02:00 |
|
|
59b1d77ad6
|
added test for converting AST to postfix
|
2024-07-12 15:27:13 +02:00 |
|
|
26741adec7
|
added tests but need to do rewrites. focus on GPU execution for now
|
2024-07-11 15:44:22 +02:00 |
|
|
81d0158e46
|
added some pre-processing to expressions
|
2024-07-10 16:42:31 +02:00 |
|
|
35ba685da0
|
added first CUDA steps
|
2024-07-07 15:50:46 +02:00 |
|
|
fa643b8b27
|
added julia package
|
2024-07-06 12:05:26 +02:00 |
|