Network

 
AuthorCommitMessageCommit Date
Sean TreichlerSean Treichler
29d33859d50realm: realm module interface, "core" module
MikeMike
c7d38b28850Adding an example program for doing inter-operation with thrust
MikeMike
0c23faabcb0Adding some additional cuda functions for thrust support
Sean TreichlerSean Treichler
08b0d3629d5MMerge branch 'master' of github.com:StanfordLegion/legion
Elliott SlaughterElliott Slaughter
4612e3a0d9atravis: Test out usage of an LLVM mirror.
Elliott SlaughterElliott Slaughter
10f7371f4d1MMerge branch 'master' of github.com:StanfordLegion/legion
Elliott SlaughterElliott Slaughter
322424f2aderegent: Update test suite to use -mg in debug mode.
Sean TreichlerSean Treichler
aac4fb12ad3realm: switch from CUDA callbacks back to events
Sean TreichlerSean Treichler
92cf099786arealm: circular queue minimizes new/delete's for work queues
Sean TreichlerSean Treichler
379dfd015fcrealm: call gasnet_init() before parsing command-line args
Elliott SlaughterElliott Slaughter
6ad3276dd6fregent: Make the general LLR the default runtime.
Elliott SlaughterElliott Slaughter
1bcf0639d79regent: Switch to general runtime and enable old tests.
Elliott SlaughterElliott Slaughter
47827f4178dregent: Change tests to allocate-then-partition.
MikeMike
2f79deaaa4dFixing another disjoint checking bug
MikeMike
36915798936Fixing a bug in testing disjointness
Sean TreichlerSean Treichler
50063b2aa8beliminate outdated/wrong comments
Sean TreichlerSean Treichler
b14f957129brealm: shutdown task for gpu procs too
Sean TreichlerSean Treichler
ff78bc884efrealm: make sure shutdown task is called for all local cpus (incl. util and io)
Sean TreichlerSean Treichler
e80b39d6eb0dma: fix OperationMemoryUsage profiling
Sean TreichlerSean Treichler
7e7d3ec6b11fix error reporting case
MikeMike
62816f2b31dRemoving old legion prof code that is now officially dead
MikeMike
224304549e6Adding a missing method to legion spy
Sean TreichlerSean Treichler
896f0f73263mapper: memories with no capacity (e.g. HDF5) should not go in stacks
Sean TreichlerSean Treichler
88f2c590600realm: pull WorkCounter out into its own class, fix race condition
Sean TreichlerSean Treichler
1e1bf2eb961gpu: make sure fences wait for all earlier copies to be enqueued
MikeMike
8ecb8638e52MMerge branch 'master' of https://github.com/StanfordLegion/legion
Elliott SlaughterElliott Slaughter
af60e82e58dregent: Temporarily fix a test.
Sean TreichlerSean Treichler
e026339213erealm: don't use Operation member variables after calling mark_finished()
Elliott SlaughterElliott Slaughter
5da9e311c69regent: Add C API example with reductions.
MikeMike
bd3ca62b09cUpdating dataflow printing for legion spy to handle very large graph transitive reductions
MikeMike
ad12153dd8fMMerge branch 'master' of https://github.com/StanfordLegion/legion
Sean TreichlerSean Treichler
7745c78f8b3cuda: make correct context current for gpu tasks
MikeMike
6e065c71333Small update to printing for fence operations
streichlerstreichler
62b4a913283MMerge pull request #53 from StanfordLegion/threads merging Realm threading changes back into master
Sean TreichlerSean Treichler
0b89778cbcclegion: fix for GC race condition at shutdown
Sean TreichlerSean Treichler
e79bc89784arealm: fix a bug with TLS being cleared while other user threads are active
Sean TreichlerSean Treichler
192fb437afcfix compiler warning with dead code
Sean TreichlerSean Treichler
9e2fc27549brealm: gpu/rdma copies are now AsyncWorkItem's rather than having their own Events
Sean TreichlerSean Treichler
db64b885873MMerge branch 'master' into threads
Sean TreichlerSean Treichler
043497b9463replace legion_prof.py with new version
Sean TreichlerSean Treichler
856092c4b3fdeleting old legion_prof.py to make room for rename
Sean TreichlerSean Treichler
d365aaf14efMMerge branch 'master' into threads
Elliott SlaughterElliott Slaughter
d53e814e425regent: Update README.
Elliott SlaughterElliott Slaughter
5a40cfe4fd7regent: Update the official language extension.
Elliott SlaughterElliott Slaughter
8b7882783ceregent: Rename the language frontend.
Elliott SlaughterElliott Slaughter
cf667e03fc8regent: Rename front-end scripts.
Elliott SlaughterElliott Slaughter
16839438938regent: Remove some deprecated code.
Sean TreichlerSean Treichler
da91e95e28arealm: explicitly track async work launched by operations, distinguish end_time from complete_time
Sean TreichlerSean Treichler
335cf0835d6MMerge branch 'master' into threads Conflicts: runtime/lowlevel_dma.cc
Wonchan LeeWonchan Lee
efb934f80cerealm: fixing a race in the profiling code