Giter VIP home page Giter VIP logo

jahnavi-k_ccd.github.io's Introduction

This is a site hosted to display CCD: CUDA Code smell catalog in support of CCD tool.

CCD: CUDA Code-smell Detector

A tool to detect code smells in CUDA programming language. To try out our CCD tool, please download recent version from CCD: CUDA Code-Smell Detector GitHub

About CUDA:

CUDA is used in parallel programming, to facilitate faster and complex codes which need GPU(Graphical User Interface) assitance along with CPU processing. The first release of NVidia CUDA was in 2007, and from then there has been tremendous applications built using this interface.

Website Information:

index.html is the main page of the website. Left half of the screen explains about the tool and development ifnormation. Right half of the screen displays the CCD catelog. Each code smell description in the catelog can be accessed by clickig on respectiev links.

Each code smell has a respective .html file which serves as the code for the respective webpage. Description, Identification mechanism and refactorisation suggestion is provided for each smell in respective webpage.

Why Code-smell needs to be identified?

  1. "Unfreed memory", 2)"active streams" will cause memory leakage.
  2. "Missing validation" might give wrong results in the end as we are assuming that the API call is successful without validating it.
  3. Multiple memory exchanges between CPU and GPU would reduce the performance, so instead use "Unified Memory".
  4. Thread Divergance and 6)Memory Coalescing are smells which affects performance of the code and can be detected using code evaluation.

Liked the tool? Any suggestions for improvements? Happy to receive ideas and suggestions.

Happy CUDA coding !! Use our tool to detect code smells so you can refactor for effective CUDA coding.

Developed by:

  • Abhijit Kumar Sahu, Research Scholar, Parallel Computing, Computer Science, IIT Tirupati, India.

  • Jahnavi Kumar, Research Scholar, Software Engineering, Computer Science, IIT Tirupati, India.

Guidance of:

  • Dr. Sridhar Chimmalakonda, Professor, Software Engineering, Computer Science, IIT Tirupati, India.

  • Dr. G. Ramakrishna, Professor, Parallel Computing, Computer Science, IIT Tirupati, India.

  • Eashaan Rao, Research Scholar-PhD, Software Engineering, Computer Science, IIT Tirupati, India.

jahnavi-k_ccd.github.io's People

Contributors

jahnavi-k avatar

Stargazers

 avatar

Watchers

 avatar

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.