This website requires JavaScript.
Explore
Help
Sign In
cwpearson
/
astaroth
Watch
1
Star
0
Fork
0
You've already forked astaroth
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6560be70562fb3dcaa80e79598017a7232234890
astaroth
/
acc
/
src
History
jpekkila
0e1d1b9fb4
Some optimizations for DSL compilation. Also a new feature: Inplace addition and subtraction += and -= are now allowed
2019-10-07 16:33:24 +03:00
..
acc.l
Some optimizations for DSL compilation. Also a new feature: Inplace addition and subtraction += and -= are now allowed
2019-10-07 16:33:24 +03:00
acc.y
Some optimizations for DSL compilation. Also a new feature: Inplace addition and subtraction += and -= are now allowed
2019-10-07 16:33:24 +03:00
ast.h
Rewrote the Astaroth DSL compiler. More information and cleanup in the next commits.
2019-10-07 15:43:20 +03:00
CMakeLists.txt
The issue on Puhti was that it was missing a static flex library which would have provided the function yywrap. Fixed by removing the static library dependency and adding option noyywrap to the lexer generator file
2019-09-24 17:19:19 +03:00
code_generator0.c
Added WIP stuff for the Astaroth DSL compiler rewrite. Once this branch is finished only a single source file will be needed (file ending .ac). This revision is needed to decouple absolutely all implementation-specific stuff (f.ex. AC_dsx) from the core library and make life easier for everyone. The plan is to provide a standard library header written in the DSL containing the derivative operations instead of hardcoding them in the CUDA implementation.
2019-10-02 21:03:59 +03:00
code_generator.c
Some optimizations for DSL compilation. Also a new feature: Inplace addition and subtraction += and -= are now allowed
2019-10-07 16:33:24 +03:00