Skip to content
View prateek22sri's full-sized avatar
Block or Report

Block or report prateek22sri

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned

  1. XNOR-net-Binary-connect XNOR-net-Binary-connect Public

    A hardware implementation of a feed-forward Convolutional Neural Network called XNOR-Net which has faster execution due to the replacement of vector-matrix multiplication to “XNOR + Popcount” opera…

    VHDL 15 4

  2. Runtime-system-benchmarking Runtime-system-benchmarking Public

    Conducted a comparative analysis on scaling results for graph algorithms like single source shortest path (SSSP) algorithm using multiple runtime systems thereby reducing time to solution for graph…

    C 2

  3. Graph-Delta-Stepping-SSSP Graph-Delta-Stepping-SSSP Public

    A python implementation of a graph algorithm for solving the single source shortest path problem called Delta Stepping Algorithm

    Python 9 1

  4. Parallel-SSSP-OpenMP Parallel-SSSP-OpenMP Public

    A parallel variant of a graph algorithm (dijkstra’s algorithm) using OpenMP on a Cray machine (XE6/XK7) and performed the benchmarking for single node up to 32 processing units

    C 2