-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #96 from bosilca/topic/update_parsec
Update parsec to @parsec/0eb20bd4
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule parsec
updated
22 files
+1 −1 | .github/CI/spack_setup.sh | |
+8 −8 | parsec/interfaces/dtd/insert_function.c | |
+12 −19 | parsec/interfaces/dtd/insert_function.h | |
+15 −14 | parsec/interfaces/ptg/ptg-compiler/jdf2c.c | |
+375 −364 | parsec/mca/device/cuda/device_cuda_module.c | |
+2 −2 | parsec/mca/device/device.c | |
+25 −17 | parsec/mca/device/device_gpu.h | |
+1 −0 | parsec/mca/pins/papi/pins_papi_module.c | |
+1 −0 | parsec/mca/pins/pins.c | |
+2 −0 | parsec/mca/pins/pins_papi_utils.c | |
+15 −13 | parsec/papi_sde.c | |
+5 −2 | parsec/parsec.c | |
+10 −2 | parsec/profiling.c | |
+6 −5 | parsec/remote_dep.h | |
+1 −5 | parsec/remote_dep_mpi.c | |
+8 −8 | parsec/scheduling.c | |
+1 −0 | tests/dsl/dtd/CMakeLists.txt | |
+194 −0 | tests/dsl/dtd/dtd_test_cuda_again_async.c | |
+32 −29 | tests/dsl/dtd/dtd_test_simple_gemm.c | |
+1 −1 | tests/dsl/ptg/branching/branching_wrapper.c | |
+2 −2 | tests/dsl/ptg/strange.jdf | |
+2 −1 | tests/runtime/cuda/testing_get_best_device.c |