Skip to content
View SumedhArani's full-sized avatar
  • Granica
  • San Jose, CA.

Block or report SumedhArani

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Parallel-Computing Parallel-Computing Public

    Parallelised stencil codes for 3D heat solver and parallelised matrix multiplication using openMP. Various parallel implemntations including optimisations like tiling, time skewing and blocking.

    C 6 3

  2. Generating-SSA-form Generating-SSA-form Public

    Generates IR for a given file which is then converted to it's SSA(Static Single Assignment) form.

    Python 5 4

  3. LLVM LLVM Public

    Implementing basic passes like finding global variables, function names, number of basic blocks, number of strongly connected components,l static profiling and loop profiling at runtime.

    C++ 5 1

  4. Traffic-simulation Traffic-simulation Public

    This project will try to emulate a traffic based system, whereas shortest and the fastest path are dynamically calculated after the vehicle moves to the end of every node. This project involves dev…

    Java 4 3

  5. IPL-database IPL-database Public

    DBMS project with a front end to support it.

    CSS 3 2

  6. Deadlock-detection Deadlock-detection Public

    Implementation prototype of a deadlock detection paper. It is based on the ideology to identify false positives and reduce manual comprehension.

    LLVM 2