Pinned Repositories
arrayfire
ArrayFire: a general purpose GPU library.
bangalorehack
compute
A C++ GPU Computing Library for OpenCL
cppreference-doc
C++ standard library reference
cppreference-doc_debian
C++ standard library reference (packaging)
Dominators
Identifying Dominators in a graph
MinimumRegisterInstructionSequencing
Implementation of Minimum Register Instruction Sequencing paper in LLVM Compiler
SSA
Generation of Single Static Assignment(SSA) from 3-Address code
stinger
The STINGER in-memory graph store and dynamic graph analysis platform. Millions to billions of vertices and edges at thousands to millions of updates per second.
WaitFreeParallelDisjointSetDataStructures
A wait-free parallel implementation of the union-find data structure for CPUs and GPUs.
gshashidhar125's Repositories
gshashidhar125/SSA
Generation of Single Static Assignment(SSA) from 3-Address code
gshashidhar125/WaitFreeParallelDisjointSetDataStructures
A wait-free parallel implementation of the union-find data structure for CPUs and GPUs.
gshashidhar125/Dominators
Identifying Dominators in a graph
gshashidhar125/MinimumRegisterInstructionSequencing
Implementation of Minimum Register Instruction Sequencing paper in LLVM Compiler
gshashidhar125/stinger
The STINGER in-memory graph store and dynamic graph analysis platform. Millions to billions of vertices and edges at thousands to millions of updates per second.
gshashidhar125/arrayfire
ArrayFire: a general purpose GPU library.
gshashidhar125/bangalorehack
gshashidhar125/compute
A C++ GPU Computing Library for OpenCL
gshashidhar125/cppreference-doc
C++ standard library reference
gshashidhar125/cppreference-doc_debian
C++ standard library reference (packaging)
gshashidhar125/CtCI-6th-Edition
Cracking the Coding Interview 6th Ed. Solutions
gshashidhar125/cub
CUB is a flexible library of cooperative threadblock primitives and other utilities for CUDA kernel programming.
gshashidhar125/cusp-library
Automatically exported from code.google.com/p/cusp-library
gshashidhar125/cusp-library.docs
Automatically exported from code.google.com/p/cusp-library.docs
gshashidhar125/Dato-Core
The open source core of the GraphLab ML library
gshashidhar125/deep-learning
Repo for the Deep Learning Nanodegree Foundations program.
gshashidhar125/graft
gshashidhar125/GRAInOpen64
Chaitin Coloring for Global Register Allocation(GRA) Phase in Open 64 Compiler
gshashidhar125/HelloWorld
HelloWorld
gshashidhar125/Hoard
The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, Mac, and Solaris.
gshashidhar125/homebrew-versions
:1234: Versioned formulae for the Homebrew package manager
gshashidhar125/LightHouse
gshashidhar125/LLVMAndersenAnalysisPass
This is a partial implementation of Andersen's Pointer Analysis as a pass in LLVM.
gshashidhar125/parallel-graph-algo
gshashidhar125/rstm
Automatically exported from code.google.com/p/rstm
gshashidhar125/SCC
Strongly connected components on GPU
gshashidhar125/tensorflow
Computation using data flow graphs for scalable machine learning
gshashidhar125/ThinkStats2
Text and supporting code for Think Stats, 2nd Edition