• Joined on 2023-09-27
Daniel pushed to main at Daniel/master-thesis 2025-05-03 12:25:49 +02:00
18d89e27ca implementation: started transpiler section
Daniel pushed to main at Daniel/master-thesis 2025-05-02 12:35:16 +02:00
e8e457eae9 implementation: finished interpreter section and started transpiler section
Daniel pushed to main at Daniel/master-thesis 2025-05-01 14:36:31 +02:00
c4187a131e implementation: finished interpreter section
Daniel pushed to main at Daniel/master-thesis 2025-04-27 13:17:43 +02:00
101b13e7e7 implementation: started writing interpreter section; finished CPU-side part; also found error with interpreter
Daniel commented on issue Daniel/master-thesis#15 2025-04-27 12:46:36 +02:00
Interpreter: Test complex expressions

The interpreter only ever interprets the first expression. This needs to be changed.

See Interpreter.jl for todo on how to fix this

Daniel pushed to main at Daniel/master-thesis 2025-04-26 13:46:32 +02:00
e571fa5bd6 implementation: finished pre-processing section; updated code
Daniel pushed to main at Daniel/master-thesis 2025-04-25 16:23:11 +02:00
ad2eab2e0a implementation: continued pre-processing section; added cache to ExpressionProcessing.jl to improve performance
Daniel pushed to main at Daniel/master-thesis 2025-04-21 11:59:02 +02:00
b40a06af3f implementation: started describing frontend
Daniel pushed to main at Daniel/master-thesis 2025-04-20 12:18:48 +02:00
210831146a implementation: started writing impl; finished technology section
Daniel opened issue Daniel/master-thesis#15 2025-04-19 11:44:43 +02:00
Interpreter: Test complex expressions
Daniel commented on issue Daniel/master-thesis#11 2025-04-19 10:55:46 +02:00
ExpressionProcessing: Error with single argument operators

Fixed in 90a4194283

Daniel closed issue Daniel/master-thesis#11 2025-04-19 10:55:46 +02:00
ExpressionProcessing: Error with single argument operators
Daniel pushed to main at Daniel/master-thesis 2025-04-19 10:54:51 +02:00
90a4194283 expression processing: fixed error if expression contained nested unary operators such as log(sqrt(4))
Daniel pushed to main at Daniel/master-thesis 2025-04-19 08:44:44 +02:00
0d888edc52 Merge pull request #2 from daniwipes/expression-file
4fe9040a6f Make @btime work
bc49b33149 Bugfix
293c5f13a4 Add files with expressions, parser, Nikuradse dataset and a new test case.
Compare 4 commits »
Daniel pushed to main at Daniel/master-thesis 2025-04-18 12:42:05 +02:00
742a544e1a concept and design: finished reworking sections
Daniel pushed to main at Daniel/master-thesis 2025-04-17 15:13:14 +02:00
6ab826cc42 concept and design: rewrote requirements section
Daniel pushed to main at Daniel/master-thesis 2025-04-17 13:31:27 +02:00
c3f19d807a relwork: implemented Kronberger feedback
Daniel pushed to main at Daniel/master-thesis 2025-04-16 20:54:34 +02:00
6880c1ceb5 benchmarking: added uni performance test
Daniel pushed to main at Daniel/master-thesis 2025-04-15 19:32:54 +02:00
c62aff806a small updates and notes for further writing
Daniel pushed to main at Daniel/master-thesis 2025-04-13 14:20:25 +02:00
ef721b13e0 evaluation: updated notes for chapter