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
9a1a6fef17ae81b09e1c34441991425ec2e6fa52
astaroth
/
acc
/
src
History
jpekkila
a7a7b535d6
The code generator now generates more efficient CUDA: built-in parameters are passed as const references without copying
2019-08-08 21:35:07 +03:00
..
acc.l
Made the DSL syntax less confusing: Input and output arrays are now ScalarField and VectorFields instead of scalars and vectors. C++ initializers are now also possible, removing the need to declare Fields as int or int3 which was very confusing, like "what, you assing an int value to a real, what the &^%@?"
2019-08-08 21:07:36 +03:00
acc.y
Made the DSL syntax less confusing: Input and output arrays are now ScalarField and VectorFields instead of scalars and vectors. C++ initializers are now also possible, removing the need to declare Fields as int or int3 which was very confusing, like "what, you assing an int value to a real, what the &^%@?"
2019-08-08 21:07:36 +03:00
ast.h
Added Astaroth 2.0
2019-06-14 14:19:07 +03:00
code_generator.c
The code generator now generates more efficient CUDA: built-in parameters are passed as const references without copying
2019-08-08 21:35:07 +03:00