Network

 
AuthorCommitMessageCommit Date
Elliott SlaughterElliott Slaughter
e68e7daf1cbregent: It's called Regent now.
Elliott SlaughterElliott Slaughter
d0b912faa21regent: Update README.
Sean TreichlerSean Treichler
dfcb4d8c717MMerge branch 'master' into threads Conflicts: runtime/lowlevel_dma.cc
Wonchan LeeWonchan Lee
ce44b5413f4tools: fixing a division-by-zero
Sean TreichlerSean Treichler
80c0e244c86fix for build break with newer OpenMPI and GASNet
Wonchan LeeWonchan Lee
81d427227f5runtime: fixing some profiling bugs including the wrong timing for low-level copies
Sean TreichlerSean Treichler
0371ec3c058MMerge commit '5201da373a9e86c52cfc06e8492e38b842abda2a' into threads
Elliott SlaughterElliott Slaughter
5201da373a9regent: Fix for a bug in inner optimization.
Elliott SlaughterElliott Slaughter
882678139b3MMerge branch 'master' of github.com:StanfordLegion/legion
Elliott SlaughterElliott Slaughter
e727c66c140regent: Allow partitioning of structured index spaces.
Elliott SlaughterElliott Slaughter
06d70fd539bruntime: Add C API shim to generate color space.
Sean TreichlerSean Treichler
30a0836c63bMMerge commit 'c639349881aeecc70fa398d58aefe3828f9bb0a2' into threads Conflicts: runtime/realm/proc_impl.cc
Sean TreichlerSean Treichler
c639349881afix/add a few event-graph-related logging messages
Sean TreichlerSean Treichler
44cb4fc289bMMerge commit '3aece15cc8eed2c4b724fd5dfafac8bc61e86fae' into threads
Wonchan LeeWonchan Lee
3aece15cc8eregent: making kernel arguments ordered by their sizes
Wonchan LeeWonchan Lee
39af1b363fcregent: calculating the right offset for kernel arguments
Wonchan LeeWonchan Lee
f6a8a3b5033realm: putting back an assertion in the gpu lowlevel that we always find a device function
Sean TreichlerSean Treichler
e73634b2820MMerge commit 'ed3a4814' into threads
Wonchan LeeWonchan Lee
ed3a48147e3regent: supporting pointer dereferences in CUDA kernels
Elliott SlaughterElliott Slaughter
1116f1054e2regent: Sanity check on constant indices.
Wonchan LeeWonchan Lee
460648ac30aregent: creating new ref types in 'std.type_sub'
Wonchan LeeWonchan Lee
987bb4ad4cdregent: 'value:get_index' should return a rawref as index expressions can be on the LHS
Sean TreichlerSean Treichler
3aee2025fd2remove priority on RemoteFillArgs - doesn't fit in 64-bit mode
Wonchan LeeWonchan Lee
7ae8392998cregent: missing inline field in the vectorizer
MikeMike
f08bcb88e04Adding a cgsolver example
Wonchan LeeWonchan Lee
9bf5e7b0561binding: fixing a compile issue in the Liszt GPU Mapper. This closes #48.
Wonchan LeeWonchan Lee
03c6149b4a1regent: adding per-call site task inlining
MikeMike
d9a7d6bf135Adding a tool for detecting loops in low-level event graphs
Sean TreichlerSean Treichler
7ac062f0258MMerge branch 'master' into threads
Elliott SlaughterElliott Slaughter
2c9d41cccf4regent: Track partitions properly in the region tree.
Sean TreichlerSean Treichler
5f90ce1d04aeliminate a bunch of Realm memory leaks
Sean TreichlerSean Treichler
15b13b7660eclean up two use-after-delete errors in thread shutdown
Sean TreichlerSean Treichler
6c9d09f6d25MMerge branch 'master' into threads
Wonchan LeeWonchan Lee
ceeaa807b6dtools: making dataflow pass through non-interfering intermediate operations
MikeMike
7a1433c561cAdding a missing legion spy call
Elliott SlaughterElliott Slaughter
8d3169aacc1regent: Fix a test.
Elliott SlaughterElliott Slaughter
0fe25e7c249regent: Tweaks to tests.
Elliott SlaughterElliott Slaughter
ccfecd4a0c4regent: Better traversal code for ASTs.
Wonchan LeeWonchan Lee
29319bf6896MMerge remote-tracking branch 'origin/master'
Wonchan LeeWonchan Lee
fe5a0291761tools: pruning phase barriers that are not meaningful to render
Wonchan LeeWonchan Lee
96eca6f2c58tools: putting oepration names to event paths
Wonchan LeeWonchan Lee
3d1b32d6840tools: a new Legion Spy feature that dumps event paths between every two operations
Sean TreichlerSean Treichler
2fe60760c45MMerge branch 'master' into threads
Sean TreichlerSean Treichler
b86d8efae3aMMerge branch 'master' of github.com:StanfordLegion/legion
Wonchan LeeWonchan Lee
cc8bdf6f8fbtools: fixing Legion Spy to respect the semantics of phase barriers
Sean TreichlerSean Treichler
c0e3cd8927ffix stencil computation and barrier synchronization, add self-checking
Sean TreichlerSean Treichler
30d76900804improve test to catch more failure modes (both races and hangs)
Sean TreichlerSean Treichler
fcab7a54d6emake postincrement for GenericPointInRectIterator actually post-increment
Sean TreichlerSean Treichler
44346c69604Revert "Fixing phase barriers in the shared lowlevel" This reverts commit 4c755a5533473f4e2cd64183fedf935ea3cc775b.
Sean TreichlerSean Treichler
49dea9659aeMMerge branch 'master' into threads