ebb
ebb copied to clipboard
DSL for physical simulation
It seems that there is no generated codes exposed to users? I wonder where I could examine the codes that really run on the target machine (e.g., C/C++ for CPU,...
pipe this through from Terra, including working out something for GPUs etc.
Delete is broken, due to updates to field access for partitioning hidden fields, and consistency checks between field accesses and phases.
Subsets are implemented using a boolmask with Legion. We should use coloring and index-subspaces for this instead. Most subset loading/ groupby code is in Lua. We may want to change...
There are some tricky issues about the write-only permission
Simple plan: copy the CUDA source. That'll avoid adding weird build dependencies.
This requires having some kind of functional call abstraction that's consistent, along with function types of some sort in the typechecker. The function call abstraction is complicated because there are...
We would like to support some degree of profiling even just for our own use. Things like: - memory consumption - count of function launches - timing of how long...
Goal: We would like the Legion Spy graphs to have useful colorings. Underlying Issue: We re-use the same trampoline tasks for more or less all task launches right now, so...