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

parsec_get_best_device and parsec_gpu_data_stage_in use an approximate way to decide that a tile is NEW. In parsec_gpu_data_stage_in, we just say it's NEW if NULL == source_repo_entry && NULL == original->dc &&...

bug

## Description TTG makes heavy use of of RAII (resource acquisition is initialziation) in C++. It is possible to create a `parsec_data_t` as part of an object inside of a...

enhancement

On xsdk, with the following modules loaded CMake fails: ``` $ module list Currently Loaded Modulefiles: 1) ncurses/6.4/gcc-9.5.0-vqn4xj 5) numactl/2.0.14/gcc-9.5.0-dyxri7 9) gdbm/1.23/gcc-9.5.0-5wbzex 13) perl/5.36.0/gcc-9.5.0-mwcs4w 2) cmake/3.26.3/gcc-9.5.0-dhly6i 6) openmpi/4.1.5/gcc-9.5.0-pbscs6 10) sqlite/3.40.1/gcc-9.5.0-xvfh2h...

bug

The Callback function for a stream implemented using cudaLaunchHostFunc(). The callback function stream will push the tasks to the next stream. This replaces the cuda event based task progression.

## Describe the bug An assert triggers when running a PTG test that combines recursive and CUDA bodies. ### To Reproduce Steps to reproduce the behavior: 1. Checkout version master...

bug

## Description Recursive tasks are all scheduled on the queue of the execution stream that executed the parent. This leads to suboptimal behavior in the case where 1. The recursive...

enhancement

Dear PaRSEC developers, Recently, I am using PaRSEC for a mini project and have some questions regarding dynamic task discovery(DTD) paradigm. I use DTD to do some simple works. Assume...

## Describe the bug In `parsec.env.sh` in the installed `bin` directory, `site-packages` is provided to PYTHONPATH, but it is missing in the installed `lib/lib64` directory. ### To Reproduce Steps to...

bug

This is to track the inclusion of dynamic-length active message request feature.

enhancement

https://bitbucket.org/icldistcomp/parsec/pull-requests/552 It overlaps with one of Thomas's PR but we will sort it out later. Right now this is WIP, I plan to continue cleaning the handling of read dependencies...