parsec icon indicating copy to clipboard operation
parsec copied to clipboard

PaRSEC is a generic framework for architecture aware scheduling and management of micro-tasks on distributed, GPU accelerated, many-core heterogeneous architectures. PaRSEC assigns computation threads...

Results 115 parsec issues
Sort by recently updated
recently updated
newest added

https://bitbucket.org/icldistcomp/parsec/pull-requests/260 Hyperthreading with one pointer to exchange task

enhancement
low priority

https://bitbucket.org/icldistcomp/parsec/pull-requests/236 * Hyperthreading with one pointer to exchange task * Adding: variable number of hardware threads through MCA param runtime_hardware_threads 1 Master HT, N-1 Workers (per ES) WIP: * Perf...

enhancement
low priority

This is a transfer of https://bitbucket.org/icldistcomp/parsec/pull-requests/199 * Rename gpu_* in device_cuda.[ch] * Add a core dgemm that executes on hosted MIC with OpenMP target * Add an OpenMP target body...

enhancement
low priority

WIP of the broadcast for DTD, there's the code for DAG trimming as well. Moved from Bitbucket PR #442 https://bitbucket.org/icldistcomp/parsec/pull-requests/442 Currently based on an older version of PaRSEC.

https://bitbucket.org/icldistcomp/parsec/pull-requests/337 Start less MPI requests. This ensure a smaller number of requests to check every time we need to progress the communication layer. Implement a cleaner Active Message layer

**[Original report](https://bitbucket.org/icldistcomp/parsec/issue/134) by Damien Genet (Bitbucket: [dgenet](https://bitbucket.org/dgenet), GitHub: [dgenet](https://github.com/dgenet)).** ---------------------------------------- The return calls from GPU body is ignored unlike the other bodies. (return code is used to reassess the task)...

bug

## Description PaRSEC recursive tasks are currently problematic to profile, especially in a distributed context. Recursive tasks are not modeled explicitly by the DSL; instead, they are set up by:...

enhancement

## Describe the bug error: type of ‘parsec_context_test_f08’ does not match original declaration [-Werror=lto-type-mismatch] ### To Reproduce Steps to reproduce the behavior: add `-flto -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing` to `C*FLAGS` ###...

bug

## Description My project for the past few months has been to get an idea of GEMM algorithms through ParSEC. The DTD interface has been helpful with this endeavor, but...

enhancement

## Description My project for the past few months has been to get an idea of GEMM algorithms through ParSEC. The DTD interface has been helpful with this endeavor, but...

enhancement