Network

 
AuthorCommitMessageCommit Date
MikeMike
5f98500abc6Removing unnecessary runtime checks now that the runtime can dynamically migrate region tree shape data on demand
Zhihao JiaZhihao Jia
661eea0a772MMerge branch 'master' of https://github.com/StanfordLegion/legion
Elliott SlaughterElliott Slaughter
2166d973902regent: Pass ispaces through index space requirements.
Elliott SlaughterElliott Slaughter
f9e0144661aruntime: Add C API support for index requirements.
Elliott SlaughterElliott Slaughter
e4846fa6a8bregent: Add DGEMM example code.
Elliott SlaughterElliott Slaughter
8642b0619abregent: SAXPY is no longer using unstructured.
Elliott SlaughterElliott Slaughter
c0707ecf4a4MMerge branch 'master' of github.com:StanfordLegion/legion
MikeMike
0d214abb53cSome runtime bug fixes and better error message reporting
Elliott SlaughterElliott Slaughter
99dd979bbdcregent: Make the test suite print failures.
Elliott SlaughterElliott Slaughter
157172751efregent: Fix up multi-region access.
Elliott SlaughterElliott Slaughter
2368469c680regent: Fix the arithmetic on base pointers.
Elliott SlaughterElliott Slaughter
0aa97916625regent: Support indexing for multi-dimensional arrays.
Elliott SlaughterElliott Slaughter
080de6efce2regent: Support accessors for multi-dimensional index spaces.
Zhihao JiaZhihao Jia
63919861e21hdf: add new test cases that verify attach_file/detach_file functionality
Zhihao JiaZhihao Jia
0218202251bhdf: implement create_hdf_instance in Domain class
MikeMike
7706693deecAdding some documentation
MikeMike
b66744a99e6Fixing a copy constructor bug
MikeMike
d84c6217236A total reworking of restricted coherence and adding support for attach and detach operations, several bug fixes as well
streichlerstreichler
409584dd66eMMerge pull request #10 from chuckatkins/master Fix bad signed/unsigned comparison for color
Chuck AtkinsChuck Atkins
3efa24755e3Fix bad signed/unsigned comparison for color
Elliott SlaughterElliott Slaughter
42044a1658cregent: Tests for array access.
Elliott SlaughterElliott Slaughter
ae15408badcregent: Support array access syntax for regions.
Elliott SlaughterElliott Slaughter
632d55bb907regent: Disable the region -> partition access shortcut.
Elliott SlaughterElliott Slaughter
e197856e897regent: Bug fix for region access.
Elliott SlaughterElliott Slaughter
991664b1cb3regent: Allow dereferencing on 1D arrays, at least.
Elliott SlaughterElliott Slaughter
ff1c54ea2c8MMerge branch 'master' of github.com:StanfordLegion/legion
Wonchan LeeWonchan Lee
0a389a8f6acregent: generating cuda task as another variant
Elliott SlaughterElliott Slaughter
dc75f22473cregent: Support __add on index and bounded types.
Elliott SlaughterElliott Slaughter
20aa71aef24regent: Simplify implicit casts for index types.
Elliott SlaughterElliott Slaughter
b88df967b31regent: Better casts, field access for index types.
Elliott SlaughterElliott Slaughter
5f450654068regent: Test for null on ispace.
Elliott SlaughterElliott Slaughter
5ef38e766d6regent: Add support for new on ispaces.
Elliott SlaughterElliott Slaughter
6b423fb6844regent: One fix in inlines.
Elliott SlaughterElliott Slaughter
9c62f7990d0MMerge branch 'master' into arrays
Wonchan LeeWonchan Lee
87a955956aaregent: putting task inlining pass to the front
MikeMike
173614299fcAdding NVIDIA copyrights to runtime files
MikeMike
da4aa55f7c6Removing blocking paramter for event waits
MikeMike
a7e63511d04Refactoring the low-level runtime processors to support proper preemption
MikeMike
224e5f14136Fixing a typo in shared lowlevel threading
MikeMike
434e02436e4Switching travis back to sequential execution of tests
MikeMike
dd93f946f41Fixing a thread state bug for the new shared lowlevel runtime
MikeMike
116bc320d79Teaching the shared lowlevel runtime to run tasks in individual threads
MikeMike
c683deb7967MMerge branch 'master' of https://github.com/StanfordLegion/legion
MikeMike
9032377766dMoving back to parallel tests
Wonchan LeeWonchan Lee
849d663fa30regent: rejecting inline tasks that have parameters of regent-specific types
Wonchan LeeWonchan Lee
0ffe625ff6eregent: removing a restriction on casting expressions that do not make sense now
Wonchan LeeWonchan Lee
ec553ce653eMMerge remote-tracking branch 'origin/master'
Wonchan LeeWonchan Lee
d8ce2ce3683regent: task inlining
MikeMike
44511f9eaaaRefactoring region tree code to properly defer copy operations based on deferred domain computations
MikeMike
de61f879c25Fixing a shutdown race in the shared lowlevel runtime