issues
search
habanero-rice
/
hclib
A C/C++ task-based programming model for shared memory and distributed parallel computing.
http://habanero-rice.github.io/hclib/
BSD 3-Clause "New" or "Revised" License
71
stars
35
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Sporadic Deadlock When Using Async and Yield
#90
Jason-KChen
opened
4 years ago
2
Add a std::vector<>* variant of async await, set CRAYPE_LINK_TYPE to install script to make building on Cray machines simpler
#89
agrippa
closed
4 years ago
1
Add a std::vector<>* variant of async await, set CRAYPE_LINK_TYPE to install script to make building on Cray machines simpler
#88
agrippa
closed
4 years ago
0
Add hclib_default_queue_capacity
#87
agrippa
closed
4 years ago
0
Make cmake the default build option
#86
srirajpaul
closed
4 years ago
5
Fix memory leak caused by waiting_on_extra
#85
agrippa
closed
4 years ago
0
Add support for variable number of futures to be passed to async_await
#84
agrippa
closed
4 years ago
4
Some new async APIs, small formatting and comments changes
#83
agrippa
closed
4 years ago
1
Make kernels in CUDA module more asynchronous, add ability to express source for copy as a future value
#82
agrippa
closed
4 years ago
2
Fix unused shared_mem argument, ensure cudaMemset has completed before task terminates
#81
agrippa
closed
4 years ago
1
Hclib mem tie break
#80
agrippa
closed
4 years ago
0
Expand CUDA module APIs, fix locality graph out-of-bounds
#79
agrippa
closed
4 years ago
2
Roll back the previous patch to fix the deadlock with refined fix
#78
sbak5
closed
5 years ago
1
Fix issue #73: Deadlock when using finish and async_await
#77
sbak5
closed
5 years ago
8
Refinement of atomic operations in HClib runtime
#76
sbak5
opened
5 years ago
0
Add support for cmake
#75
srirajpaul
closed
5 years ago
0
Add support for Honeycomb simulator
#74
srirajpaul
closed
5 years ago
1
Deadlock when using finish and async_await
#73
srirajpaul
opened
5 years ago
13
Add text to README explicitly requiring c11
#72
agrippa
closed
5 years ago
2
Add support for Honeycomb simulator
#71
srirajpaul
closed
5 years ago
0
Use __thread for thread-local data rather than pthread_get/setspecific
#70
srirajpaul
opened
5 years ago
8
Fix compilation issue on OSX and remove modules/system folders from build
#69
srirajpaul
closed
5 years ago
1
Delete the redundant future wait_and_get APIs
#68
agrippa
closed
5 years ago
3
adding basic examples for upcoming HiPC tutorial
#67
vivkumar
closed
5 years ago
4
Restructure installation process to place everything under a single install directory
#66
agrippa
closed
5 years ago
3
Add JSMN source into code base to remove external dependency
#65
srirajpaul
closed
5 years ago
3
Add vector of dependencies to tasks.
#64
srirajpaul
closed
6 years ago
10
The bug fix for #62 (C++ promises with scalar type + optimization options)
#63
ahayashi
closed
6 years ago
2
C++ tests for promise+scalar type fail with the -O1, O2, O3 options
#62
ahayashi
opened
6 years ago
3
Compilation error: missing `xlocale.h`
#61
cogumbreiro
opened
6 years ago
5
Modify MPI examples to work with new APIs
#60
srirajpaul
closed
7 years ago
0
ISx phases
#59
srki
closed
7 years ago
6
Restore fixed worker pool strategy
#58
DaoWen
closed
5 years ago
2
Refactor HASSERT macro to avoid unused var warnings
#57
DaoWen
closed
7 years ago
1
Fix memset/memcpy warnings in HPT code
#56
DaoWen
closed
7 years ago
1
Fix C includes for C++ headers
#55
DaoWen
closed
7 years ago
2
Clean up logging in runtime code
#54
DaoWen
closed
7 years ago
1
async_at_hpt needs a more accurate name
#53
DaoWen
opened
7 years ago
1
Remove disabled feature code
#52
DaoWen
closed
7 years ago
1
Simplify .gitignore for C tests
#51
DaoWen
closed
7 years ago
5
Remove obsolete pthread_setconcurrency call
#50
DaoWen
closed
7 years ago
1
Fix pthread_setconcurrency warning
#49
DaoWen
closed
7 years ago
2
Deadlock example was creating redundant promises
#48
agrippa
closed
7 years ago
8
Only set HAVE_C11_STDATOMIC if we have the _Atomic keyword
#47
agrippa
closed
7 years ago
5
Create CONTRIBUTING.md
#46
budimlic
closed
7 years ago
5
Apply .hpp extension to identify C++ header files
#45
DaoWen
closed
7 years ago
0
Switch license to Apache 2.0
#44
DaoWen
closed
7 years ago
0
Update deadlock test and add to default C tests
#43
DaoWen
closed
7 years ago
1
Simplify HASSERT_STATIC definition
#42
DaoWen
closed
7 years ago
4
Revert "Calculate mid using non-overlow technique"
#41
budimlic
closed
7 years ago
0
Next