Skip to content
View adhithadias's full-sized avatar
:octocat:
:octocat:

Highlights

  • Pro

Block or report adhithadias

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 Loading

  1. SparseLNR SparseLNR Public

    Forked from tensor-compiler/taco

    The Tensor Algebra Compiler (taco) computes sparse tensor expressions on CPUs and GPUs

    C++ 4 1

  2. design-patterns-cplusplus design-patterns-cplusplus Public

    C++ Design Patterns

    C++ 2

  3. map-reduce-word-count-openmp-mpi map-reduce-word-count-openmp-mpi Public

    This repository contains an implementation of counting words in many files using the map-reduce algorithm. The algorithm is implemented in both OpenMP and MPI. A serial implementation is also avail…

    C 2 2

  4. matrix-multiply matrix-multiply Public

    Different matrix multiply implementations using C/C++. Versions include naive matrix multiply, tiled matrix multiply, matrix multiply using openmp, matrix multiply using mpi, matrix multiply using …

    C