fastflow
fastflow copied to clipboard
FastFlow pattern-based parallel programming framework (formerly on sourceforge)
This is the first attempt to make a generic walk inside the fast flow node. In addition, this is only a proof of concept, any feedbacks are welcome. This is...
Whenever I try to build the [Sobel test](https://github.com/fastflow/fastflow/tree/master/tests/ocl/sobel) with a `make` it throws this error: ``` In file included from ../../../ff/stencilReduceOCL.hpp:47:0, from ffsobel_pipe+mapOCL.cpp:56: ../../../ff/oclnode.hpp: At global scope: ../../../ff/oclnode.hpp:79:13: error: ‘fftype’...
This PR removed all the old CMake and Makefile and write a new modern CMake file (cmake>= 3.11). I only test it on Linux and for now, there is no...
Remove some warning in the ifdef parts of Apple and change the AvailabilityMacros.h header with the newer Availability.h.
I think that can be useful to have a format style for the code base, in order to be more readable and maintainable. I propose to use *clang-format* because it...
``` [ 28%] Building CXX object tests/CMakeFiles/test_blk3_BLOCKING.dir/test_blk3.cpp.o fastflow/tests/test_blk3.cpp: In member function ‘virtual fftask_t* First::svc(fftask_t*)’: /home/kbw/Code/git/fastflow/tests/test_blk3.cpp:75:36: error: ‘BLK’ was not declared in this scope 75 | while(!ff_send_out(BLK)); | ^~~ fastflow/tests/test_blk3.cpp:78:36: error:...
Followed the instruction: ```bash ~$ cd build ~$ cmake ../ ~$ make ... [ 13%] Building CXX object tests/CMakeFiles/test_all-to-all7_NONBLOCKING.dir/test_all-to-all7.cpp.o /home/tsung-wei/Code/fastflow/tests/test_multi_output.cpp: In function ‘int main()’: /home/tsung-wei/Code/fastflow/tests/test_multi_output.cpp:113:13: error: missing template arguments before...
Any example or tutorial to how to use fastflow build a task dependency graph? `ff_taskf` tutorial page is blank with TBD. I didn't find any example either.
https://github.com/fastflow/fastflow/blob/d0e251cd880aaa505bcfcb75cfa16177733ab0cc/ff/d/gff/dispatcher_faimiles/builtin.hpp#L152 @droccom USRASSERT seems not to be defined anywhere in the code. Hence it does not compile. Minor: there is a typo in dispatcher_faimiles