Pinned Repositories
abinit
The official github mirror of the Abinit repository. We welcome bug fixes and improvements. Note that most of the active developments are hosted on our https://gitlab.abinit.org/ server. Before embarking on making significant changes, please contact the Abinit group.
AIC2018_iamai
A multi-camera vehicle detection, tracking and re-identification system
AITemplate
AITemplate is a Python framework which renders neural network into high performance CUDA/HIP C++ code. Specialized for FP16 TensorCore (NVIDIA GPU) and MatrixCore (AMD GPU) inference.
ALAFF-1
Advanced Linear Algebra: Foundations to Frontiers (ALAFF) assignments repository
arrayfire
ArrayFire: a general purpose GPU library.
Autoware
Open-source software for self-driving vehicles
awesome-deep-learning-papers
The most cited deep learning papers
awesome-gradient-boosting-papers
A curated list of gradient boosting research papers with implementations.
blis
BLAS-like Library Instantiation Software Framework
bolt
Official BOLT Repository
BhaskarNallani's Repositories
BhaskarNallani/abinit
The official github mirror of the Abinit repository. We welcome bug fixes and improvements. Note that most of the active developments are hosted on our https://gitlab.abinit.org/ server. Before embarking on making significant changes, please contact the Abinit group.
BhaskarNallani/AIC2018_iamai
A multi-camera vehicle detection, tracking and re-identification system
BhaskarNallani/AITemplate
AITemplate is a Python framework which renders neural network into high performance CUDA/HIP C++ code. Specialized for FP16 TensorCore (NVIDIA GPU) and MatrixCore (AMD GPU) inference.
BhaskarNallani/ALAFF-1
Advanced Linear Algebra: Foundations to Frontiers (ALAFF) assignments repository
BhaskarNallani/Autoware
Open-source software for self-driving vehicles
BhaskarNallani/awesome-gradient-boosting-papers
A curated list of gradient boosting research papers with implementations.
BhaskarNallani/blis
BLAS-like Library Instantiation Software Framework
BhaskarNallani/bolt
Official BOLT Repository
BhaskarNallani/build-install-compile-openblas
how to build, install and compile with openblas
BhaskarNallani/contextualise
Contextualise is a simple and flexible tool particularly suited for organising information-heavy projects and activities consisting of unstructured and widely diverse data and information resources
BhaskarNallani/cosmopolitan
build-once run-anywhere c library
BhaskarNallani/EmbeddedLapack
Linear algebra for embedded system with MATLAB style
BhaskarNallani/gem5
This is an read-only mirror of the gem5 simulator. The upstream repository is stored in https://gem5.googlesource.com, code reviews should be submitted to https://gem5-review.googlesource.com/. The mirrors are synchronized every 15 minutes.
BhaskarNallani/highway
Performance-portable, length-agnostic SIMD with runtime dispatch
BhaskarNallani/IgushArray
BhaskarNallani/kokkos
Kokkos C++ Performance Portability Programming EcoSystem: The Programming Model - Parallel Execution and Memory Abstraction
BhaskarNallani/libxsmm
Library targeting Intel Architecture for specialized dense and sparse matrix operations, and deep learning primitives.
BhaskarNallani/manim
Animation engine for explanatory math videos
BhaskarNallani/mediapipe
Cross-platform, customizable ML solutions for live and streaming media.
BhaskarNallani/mkl-dnn
Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)
BhaskarNallani/modern-cpp-features
A cheatsheet of modern C++ language and library features.
BhaskarNallani/MOTDT
Real-time Multiple People Tracking with Deeply Learned Candidate Selection and Person Re-identification
BhaskarNallani/Multitarget-tracker
Hungarian algorithm + Kalman filter multitarget tracker implementation.
BhaskarNallani/netron
Visualizer for neural network, deep learning, and machine learning models
BhaskarNallani/nnstreamer
:twisted_rightwards_arrows: Neural Network (NN) Streamer, Stream Processing Paradigm for Neural Network Apps/Devices.
BhaskarNallani/orbit
C/C++ Performance Profiler
BhaskarNallani/ray
Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
BhaskarNallani/SPADE
BhaskarNallani/tblis
TBLIS is a library and framework for performing tensor operations, especially tensor contraction, using efficient native algorithms.
BhaskarNallani/x86-bare-metal-examples
Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/************/linux-kernel-module-cheat#userland-assembly ARM baremetal setup at: https://github.com/************/linux-kernel-module-cheat#baremetal-setup 学习x86系统编程的数十个最小操作系统。 已在QEMU 2.10中的Ubuntu 17.10主机和真实硬件上进行了测试。 Userland作弊网址:https://github.com/************/linux-kernel-module-cheat#userland-assembly ARM裸机安装程序位于:https://github.com/************/linux-kernel-module-cheat#baremetal- 设置