ebb icon indicating copy to clipboard operation
ebb copied to clipboard

DSL for physical simulation

Results 22 ebb issues
Sort by recently updated
recently updated
newest added

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.

enhancement

Delete is broken, due to updates to field access for partitioning hidden fields, and consistency checks between field accesses and phases.

bug

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

enhancement

Simple plan: copy the CUDA source. That'll avoid adding weird build dependencies.

enhancement

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...

enhancement

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...

enhancement

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...

enhancement