Network

 
AuthorCommitMessageCommit Date
Elliott SlaughterElliott Slaughter
3fe590a3743regent: Swap out ptr for iptr.
Elliott SlaughterElliott Slaughter
089d3e8de5fregent: Support iterating over ispaces.
Elliott SlaughterElliott Slaughter
8926dc02e3fregent: Fix bug in region creation.
Elliott SlaughterElliott Slaughter
bec496b3e4bregent: Support for multi-dimensional index spaces.
Elliott SlaughterElliott Slaughter
7b7d07a5cf4regent: Test integer codepath.
Elliott SlaughterElliott Slaughter
9a23f58ea40regent: Rename one test.
Elliott SlaughterElliott Slaughter
70105b86c7fregent: Type substitution for ispace, index types.
Elliott SlaughterElliott Slaughter
142449f024dregent: Regions now take ispaces as arguments.
Elliott SlaughterElliott Slaughter
74a9f429ef4regent: Better implicit casts between base type and index type.
Elliott SlaughterElliott Slaughter
334838b0615regent: That should be extent and start now.
Elliott SlaughterElliott Slaughter
c5f767e26e6regent: Remove unnecessary check (checked in specialize).
Elliott SlaughterElliott Slaughter
86cfe6286caregent: More work towards index spaces.
MikeMike
a712b55e5d6Fixing a bug in the testing script
MikeMike
494daad6cc2Bug fix for fill operations
MikeMike
f01c3928538Refactoring deferred views and adding support for fill views
Elliott SlaughterElliott Slaughter
c1e667792b8regent: Initial support for creating index spaces.
Elliott SlaughterElliott Slaughter
f991f21847eruntime: Add C API for attaching semantic names to index spaces.
Elliott SlaughterElliott Slaughter
614298b792fregent: Add a missing type error for region.
MikeMike
cf488fb8731Adding support for fill operations on physical instances in the low-level runtime
MikeMike
5df0e5ee7bfMore work on fill views
MikeMike
85d8f8b206cMMerge branch 'master' of https://github.com/StanfordLegion/legion
Elliott SlaughterElliott Slaughter
49497262645travis: Switch to serial test suite for now.
Elliott SlaughterElliott Slaughter
6b870181bf1travis: Reduce number of build configurations.
Elliott SlaughterElliott Slaughter
604309353b8MMerge branch 'test-fib'
Elliott SlaughterElliott Slaughter
f688613b8a1Test with fibonacci turned back on.
Elliott SlaughterElliott Slaughter
7197d5ca918runtime: Add a missing header.
Wonchan LeeWonchan Lee
7b84bddbeedregent: some improvements in CUDA code generation * compiling and loading PTXs before launching tasks * supporting multi-region pointers inside CUDA kernels * using a right set of parameters when launching kernels
Wonchan LeeWonchan Lee
3ed2f8d91d6regent: adding an option for CUDA support to the install script
Wonchan LeeWonchan Lee
cc35a9e3472fixing a wrong header included
Wonchan LeeWonchan Lee
a684768ee42comment out assertions in CUDA kernels cause they are not supported on mac
MikeMike
b03d3f2e045A large refactoring of how remote instance view data is manipulated
MikeMike
7a75e794958MMerge branch 'master' of https://github.com/StanfordLegion/legion
Sean TreichlerSean Treichler
3cd2165f90afibonacci test put into timeout until Elliott can fix it
Sean TreichlerSean Treichler
773d9c585b8MMerge branch 'master' of github.com:StanfordLegion/legion
Sean TreichlerSean Treichler
29890d1a2f0add a obviously-unnecessary-to-everybody-but-gcc variable initialization
MikeMike
2b97ae44716Fixing a race condition on preempt waiters in the shared low-level runtime
MikeMike
62c8c0ba9d1Removing unnecessary printf in logging
Elliott SlaughterElliott Slaughter
f9c8403bddcbindings: Enable builds without C++11.
Wonchan LeeWonchan Lee
989d40a8526binding: don't use a default template parameter which is a C++11 extension
Elliott SlaughterElliott Slaughter
06cd0c5087ctravis: Guard that installation properly.
Elliott SlaughterElliott Slaughter
8a574495877Ask Travis to kindly install GCC 4.8.
Elliott SlaughterElliott Slaughter
87e20d90931Remove last deprecated file.
Sean TreichlerSean Treichler
3529ed04585"merge" from private repo commit 0d27d703a8c6ead4bdc7269876ae69c7b854aeec
Sean TreichlerSean Treichler
7b73e229f83removal of deprecated files
Galen ShipmanGalen Shipman
06b0e4c341badd all fields
Galen ShipmanGalen Shipman
ae658544385More work on examples..
Galen ShipmanGalen Shipman
b53c8ed76f3Adding persistent HDF5 design doc
Elliott SlaughterElliott Slaughter
9329293989eLanguage support for debug info.
Elliott SlaughterElliott Slaughter
10f7db60011Language changes and line numbers in compile errors.
MikeMike
a018c684c9fMinor update to the Rect constructor