Coder Social home page Coder Social logo

giovanniraseraf / dominatortreecuda Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 231 KB

CUDA implementation of Dominator Tree problem

License: GNU General Public License v3.0

CMake 6.29% Cuda 56.66% C++ 21.76% Makefile 11.62% C 3.68%
cuda graph openmp parallel-computing three

dominatortreecuda's People

Contributors

giovanniraseraf avatar

Watchers

 avatar  avatar

dominatortreecuda's Issues

Parallel min is too fast, need to check sincronization

------------------------------
CHRONING: find min in parallel
 -Duration:    54.2184ms
------------------------------
--------------------------------
CHRONING: find min with for loop
 -Duration:    279.42ms
--------------------------------
---------------------------------------------------
CHRONING: find min sequential with std::min_element
 -Duration:    824.102ms
---------------------------------------------------
---------------------------------------
CHRONING: find min using std::exec::par
 -Duration:    908.557ms
---------------------------------------
---------------------------------------------
CHRONING: find min using std::exec::par_unseq
 -Duration:    299.752ms
---------------------------------------------

To me it seams impossible that my implementation is better than std::execution.
Need to implement sincronization between hardware threads.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.