Wonchan Lee | f401efb73aa | tools: supporting dynamic independence tests in Legion Spy.closes #68. | | |
Mike | 635079c7a13 | Some better error reporting for non visible memories | | |
Mike | 2ef51db1255 | Fixing a must epoch mapping bug | | |
streichler | 0e1a4ee4ab1M | Merge pull request #69 from StanfordLegion/modulesModules | | |
Sean Treichler | 35a127bd851M | Merge branch 'master' into modules | | |
Mike | 5ad90587c6f | legion: adding support for logging dynamic independence tests for legion spy | | |
Mike | cc4df0979a5 | apps: minor update to kmeans | | |
Mike | 1f20e0de326 | apps: adding a readme for kmeans | | |
Mike | f0d9df4c8b6 | apps: some updates to kmeans | | |
Mike | 4fb0da0350f | realm: Reverting accessor modification | | |
Mike | 7f36dd05770 | legion: optimizing mapper invocation for rank_copy_sources when there are no direct instances | | |
Mike | b931763f0c8 | apps: Adding a kmeans example application | | |
Mike | 73b96447381 | realm: Small update for reductions to structured index spaces | | |
Sean Treichler | ca4b9d5ab8a | realm: build fixes for USE_CUDA=0 and/or USE_GASNET=0 | | |
Sean Treichler | c7345016e62 | runtime: unbreak Realm-only tests build | | |
Sean Treichler | f003a0a62ab | realm: bunch of linking-related changes to get static modules right | | |
Sean Treichler | 9df38a498ef | cuda: support event-related cudart API calls in hijack code | | |
Sean Treichler | a66d14bcff0 | cuda: remove regent's cubin registration hack - not compatible with normal CUDART API | | |
Sean Treichler | 8ce9af06d2c | runtime: move INC_FLAGS to end of build rules to allow -I in user-supplied CC_FLAGS to win | | |
Sean Treichler | c23c398984a | thrust_interop: fix floating point compare, add random seed | | |
Sean Treichler | f4bf9cdeed9M | Merge branch 'master' into modules | | |
Mike | 7fba4b3f38f | Fixing a couple of commit race conditions | | |
Mike | b1c0272994e | legion: fixing dependent circuit example to use proper timing functions, closes #65 | | |
Mike | 49f8e367cab | legion: fixing a dependent partitioning bug for computing version numbers | | |
Mike | e4a626f9c0a | legion/regent: Rearranging runtime files and updating regent tests to match the new directory structure | | |
Mike | ab1d01ac609M | Merge branch 'master' into versioning | | |
Mike | e1ee90b4621 | Breaking up region_tree into smaller components | | |
Wonchan Lee | 89ae27adb6e | tools: adding copy matrix generation to Legion Prof | | |
Sean Treichler | f3b33758893 | realm: remove warning pragmas - no way to satisfy both gcc and clang | | |
Sean Treichler | ca7603d5a2e | realm: protect against crazy apps that set argc==0 | | |
Sean Treichler | 10dbe52b74f | realm: dead code elimination | | |
Sean Treichler | 2742aa4bcfa | realm: let modules add proc/mem affinities themselves | | |
Sean Treichler | 70d1fa18a4f | realm: fix race condition during thread scheduler shutdown | | |
Sean Treichler | 3adb933c18e | sharedllr: fix build for new cmdline parsing stuff | | |
Sean Treichler | aacf034d1acM | Merge branch 'master' into modules | | |
Mike | af3d52c46edM | Merge branch 'master' into versioning | | |
Mike | 39b781dc576 | legion: Filling in some missing meta-task descriptions | | |
Sean Treichler | 9ba1733a208 | runtime: build liblegion.a and lib{realm,sharedllr}.a | | |
Mike | cb09dc3b65a | legion: fixing a remote mapping speculation bug for individual tasks | | |
Mike | 136c8f14588 | legion: Fixing a couple of remote mapping retrun bugs for individual tasks | | |
Mike | 9fe8ab598a1 | legion: fixing a remote persistence registration bug | | |
Mike | ccd7cecd732M | Merge branch 'master' into versioning | | |
Mike | 799e8856b8c | legion: fixing a very subtle bug involving flushes of reduction oeprations | | |
Mike | 26180ab7693 | legion: fixing a legion spy bug for fill operations | | |
Sean Treichler | a18a27b81a5 | cuda: add missing default for cfg_pin_sysmem | | |
Mike | 85ceb7fe5f6 | legion: fixing a legion spy bug | | |
Mike | fd54d36a514 | legion: fixing a pythong bug | | |
Sean Treichler | fa2cd4a644c | circuit: try to be clang-friendly with cmath and std::isnan | | |
Mike | 0cd3c112783 | legion: adding support for legion spy to analyze fill operations | | |
Mike | a83bc348d10 | legion: adding support for legion spy to track fill operations | | |