Network

 
AuthorCommitMessageCommit Date
Wonchan LeeWonchan Lee
e1523360347tools: handling loops in event graphs
Wonchan LeeWonchan Lee
a61e1ed9735realm: making mutliple logging categories actually work
Wonchan LeeWonchan Lee
efdaebe5babtools: preventing the temporary directory from being deleted when Legion Spy fails
Wonchan LeeWonchan Lee
4ed2c7522eftools: a bug fix for Legion Spy
MikeMike
af63f8e2864Some updates to legion spy to print dataflow graphs from the high-level runtime
MikeMike
1263e39899dRemoving need for shared lowlevel specialization in barrier reduction test
MikeMike
4c755a55334Fixing phase barriers in the shared lowlevel
Sean TreichlerSean Treichler
12929eb4f0bMMerge branch 'master' into threads Conflicts: test/realm/.gitignore test/realm/Makefile
Sean TreichlerSean Treichler
dbe68a9aba4Revert "Fixing some phase barrier bugs in the shared lowlevel runtime" This reverts commit aab8d047ac19b65680c019169898e29f654b228a. It hangs in the recently-re-added barrier_reduce Realm test.
Sean TreichlerSean Treichler
d85a9870919add barrier_reduce Realm test from private repo
Elliott SlaughterElliott Slaughter
07da9c2db10MMerge branch 'master' of github.com:StanfordLegion/legion
MikeMike
48e38a74858MMerge branch 'master' of https://github.com/StanfordLegion/legion
MikeMike
aab8d047ac1Fixing some phase barrier bugs in the shared lowlevel runtime
Elliott SlaughterElliott Slaughter
a00f11d4d62runtime: Add C API for create_partition_by_field.
Elliott SlaughterElliott Slaughter
b72a0176101regent: Test looping on region calls.
Elliott SlaughterElliott Slaughter
3d62a25dba4regent: Make some functions local.
Sean TreichlerSean Treichler
e51bfc6c246clang supports GCC's diagnostic pragmas but not the same names...
Sean TreichlerSean Treichler
2b4cffe573faccount for differences between Realm and shared LLR
Sean TreichlerSean Treichler
c90186b9b27attempt to fix compiler warning
Sean TreichlerSean Treichler
79ca6cc8c3bMMerge branch 'master' into threads
MikeMike
fdb839f93cbInitializing some more mapping fields for created region requirements
MikeMike
a291c591f69Fixing some region requirement initialization bugs for acquires and releases
Sean TreichlerSean Treichler
75052a1f88abuild Realm tests with optimization enabled
Sean TreichlerSean Treichler
cc12ca5e672more dead code elimination
Sean TreichlerSean Treichler
92e2c4c7bb0MMerge branch 'master' into threads
MikeMike
8bb0c896657Fixing the inability of clang to infer sse vector headers
MikeMike
9a7f2be119fFixing a sign extension bug in two-level SSE bit masks
Sean TreichlerSean Treichler
b96bac958e2proc groups have task queues again - bit of cleanup to Operation class
Sean TreichlerSean Treichler
2534b617cecslow down task generation a bit to avoid races
Sean TreichlerSean Treichler
0bf9ffd212atwo more Realm tests, from old repo
Sean TreichlerSean Treichler
e62aca337bastop showing reservations by default
Sean TreichlerSean Treichler
6d972af496adead code elimination
Sean TreichlerSean Treichler
cfb0931692amove AM handler threads to new API
Sean TreichlerSean Treichler
051aff2a69aassert fail (rather than SEGV) if an Event wait happens with no scheduler
Sean TreichlerSean Treichler
fd0918de899GPUFBMemory::put_bytes() now blocks, doesn't ctx switch
Sean TreichlerSean Treichler
a147da7b096move GPUs over to new (kernel) threads
Sean TreichlerSean Treichler
3a00e7e8d11CUDA is optional, but should be on by default
Sean TreichlerSean Treichler
abb8d0b2b5bkinda redundant, but nvcc needs -DUSE_CUDA too
Sean TreichlerSean Treichler
56631413115join on worker threads before shutdown is complete
Sean TreichlerSean Treichler
b30e28811cdswitch DMA worker threads to new threads API
Sean TreichlerSean Treichler
9ef4e6ec015do not attempt CUDA driver init if -ll:gpu is 0
Sean TreichlerSean Treichler
71e631a56a0disable old binding code - confuses new detection code
Sean TreichlerSean Treichler
9a2517fe996consider node ID and physical core ID for hyperthread detection
Sean TreichlerSean Treichler
97e10d93612MMerge branch 'master' into threads
Elliott SlaughterElliott Slaughter
868793e23c3regent: Make tests on regions more interesting.
Elliott SlaughterElliott Slaughter
27f2fe2bd52regent: Add a tostring method for tasks.
Elliott SlaughterElliott Slaughter
08ac655c85cregent: Fix bug in swap assignment.
MikeMike
9ee62a20ee0Adding a compound bit mask
Sean TreichlerSean Treichler
ad982ca9e31support building with USE_CUDA=0
Sean TreichlerSean Treichler
a5e6f7ce901let shared LLR do get_executing_processor() the old way