vkirangoud's Stars
igl42/cpp_software_design
Code Examples from "C++ Software Design: Design Principles and Patterns for High-Quality Software" (ISBN: 1098113160)
FabrizioMusacchio/Wasserstein_distance_demo
This repository contains the code for some blog posts on the Wasserstein metric. For further details, please refer to the corresponding posts.
manasesjesus/pthreads
Parallel Computing with Pthreads
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
cyanguwa/nersc-roofline
rutgers-apl/rlibm
Rutgers APL correctly rounded math library
vkirangoud/ALAFF
Advanced Linear Algebra: Foundations to Frontiers (ALAFF) assignments repository
stillwater-sc/hpr-blas
High-Performance Reproducible BLAS using posit arithmetic
vkirangoud/lolremez
Polynomial Approximations using the Remez Algorithm
vkirangoud/AI-papers
ML/DL papers which I found useful. Lots of them.
vkirangoud/blislab
BLISlab: A Sandbox for Optimizing GEMM
vkirangoud/LAFF-On-PfHP
Repository for "LAFF-On Programming for High Performance"
tensorflow/tensorflow
An Open Source Machine Learning Framework for Everyone
instillai/TensorFlow-Course
:satellite: Simple and ready-to-use tutorials for TensorFlow
stillwater-sc/universal
Large collection of number systems providing custom arithmetic for mixed-precision algorithm development and optimization for AI, Machine Learning, Computer Vision, Signal Processing, CAE, EDA, control, optimization, estimation, and approximation.
google/gemmlowp
Low-precision matrix multiplication
vkirangoud/Algos
Contains computer science algorithms implementations