• Joined on 2023-09-27
Daniel pushed to main at Daniel/master-thesis 2025-03-30 12:54:59 +02:00
1dc0c1898d benchmarking: fixed bugs; took initial_benchmark
Daniel pushed to main at Daniel/master-thesis 2025-03-29 13:36:09 +01:00
ad175abac0 benchmarking: added gpu evaluators to performance testing. getting execution errors still
Daniel pushed to main at Daniel/master-thesis 2025-03-29 12:01:16 +01:00
690ee33db1 benchmarks: started preparing benchmarks
Daniel opened issue Daniel/master-thesis#13 2025-03-29 09:23:48 +01:00
ExpressionProcessing & GPU Evaluators: Add support for powabs(EXPR)
Daniel opened issue Daniel/master-thesis#12 2025-03-29 09:21:36 +01:00
ExpressionProcessing: Variables/Parameters as array
Daniel pushed to main at Daniel/master-thesis 2025-03-28 19:32:56 +01:00
effd477558 transpiler: generates valid PTX and evaluates expressions correctly
Daniel opened issue Daniel/master-thesis#11 2025-03-28 19:31:44 +01:00
Transpiler: Error with single argument operators
Daniel commented on issue Daniel/master-thesis#10 2025-03-28 19:30:24 +01:00
Interpreter index calculation

-1 because Julia indexing starts at 1

Daniel closed issue Daniel/master-thesis#10 2025-03-28 19:30:24 +01:00
Interpreter index calculation
Daniel closed issue Daniel/master-thesis#6 2025-03-28 19:30:03 +01:00
Support for variables as matrices
Daniel closed issue Daniel/master-thesis#7 2025-03-28 19:30:03 +01:00
Support for parameter loading
Daniel closed issue Daniel/master-thesis#4 2025-03-28 19:30:02 +01:00
Simple PTX generation
Daniel closed issue Daniel/master-thesis#8 2025-03-28 19:30:02 +01:00
Support for multiple expressions
Daniel closed issue Daniel/master-thesis#5 2025-03-28 19:30:02 +01:00
Simple support for loading Variables/Parameters
Daniel pushed to main at Daniel/master-thesis 2025-03-27 22:32:31 +01:00
9df78ca72e transpiler: invalid memory access error finally fixed
Daniel pushed to main at Daniel/master-thesis 2025-03-27 18:00:40 +01:00
561b37160b transpiler: trying to fix problem with writing to global memory; not yet fixed
Daniel pushed to main at Daniel/master-thesis 2025-03-27 10:10:25 +01:00
eaee21ca75 transpiler: results are now written in results array; preperation for performance testing
Daniel pushed to main at Daniel/master-thesis 2025-03-23 13:38:31 +01:00
baa37ea183 code: started finalising transpilation process and preparing for performance testing and tuning
Daniel pushed to main at Daniel/master-thesis 2025-03-23 10:24:42 +01:00
db02e9f90f Merge pull request #1 from daniwipes/cpu-interpreter
f4f39ec47c Improvements / fixes.
942adb8612 Add CPU Interpreter and a test case.
Compare 3 commits »
Daniel pushed to main at Daniel/master-thesis 2025-03-23 09:57:34 +01:00
e33be8f59e relwork: finished second read to improve wording and correct mistakes