Pinned Repositories
singa
a distributed deep learning platform
AntiEmulatorDetection
A Xposed module hook the java api call to bypass the emulator detection.
clang-llvm-tutorial
clang & llvm examples, e.g. AST Interpreter, Function Pointer Analysis, Value Range Analysis, Data-Flow Analysis, Andersen Pointer Analysis, LLVM Backend...
lang
Code snippets and playground of various PLs
ndarray
A headers only template library for N-Dimension Array(i.e., tensor).
Phaeton
A tiny DSL for DNN accelerators.
Postgraduate-Course
Code Implement of My Postgraduate Course @ UCAS, such as Data Mining, Information Retrieval, Compilation, Concurrence Multi-Core Programming and etc.
stl-impl
Original implementation of STL by Alexander Stepanov and Meng Lee
tf-2.1.3
This repo tries to hack the runtime system (more about the memory system) of TensorFlow2.0.
XposedHookWechat
Tencent Wechat client GPS hook with Xposed
lijiansong's Repositories
lijiansong/clang-llvm-tutorial
clang & llvm examples, e.g. AST Interpreter, Function Pointer Analysis, Value Range Analysis, Data-Flow Analysis, Andersen Pointer Analysis, LLVM Backend...
lijiansong/stl-impl
Original implementation of STL by Alexander Stepanov and Meng Lee
lijiansong/Phaeton
A tiny DSL for DNN accelerators.
lijiansong/distribution
distributed computing toy code : -)
lijiansong/ndarray
A headers only template library for N-Dimension Array(i.e., tensor).
lijiansong/deep-learning
focus on several existing deep learning platforms from the perspective of compiling tech, e.g. TensorFlow XLA
lijiansong/ConfigFileParser
lijiansong/acm-algorithms
lijiansong/Kingfish
Google AI ML Winter Camp 2019
lijiansong/lang
Code snippets and playground of various PLs
lijiansong/lijiansong.github.io
lijiansong/std-array
Implementation of std::array
lijiansong/tinyflow
Tutorial code on how to build your own Deep Learning System in 2k Lines
lijiansong/tf-2.1.3
This repo tries to hack the runtime system (more about the memory system) of TensorFlow2.0.
lijiansong/are-we-fast-yet
Are We Fast Yet? Comparing Language Implementations with Objects, Closures, and Arrays
lijiansong/code2vec
TensorFlow code for the neural network presented in the paper: "code2vec: Learning Distributed Representations of Code"
lijiansong/conv_arithmetic
A technical report on convolution arithmetic in the context of deep learning
lijiansong/futhark
:boom::computer::boom: A data-parallel functional programming language
lijiansong/grammars-v4
Grammars written for ANTLR v4; expectation that the grammars are free of actions.
lijiansong/hscpp
Runtime compiled C++ with hot-swapped classes.
lijiansong/mlir
"Multi-Level Intermediate Representation" Compiler Infrastructure
lijiansong/musl
musl - an implementation of the standard library for Linux-based systems
lijiansong/nnfusion
A flexible and efficient deep neural network (DNN) compiler that generates high-performance executable from a DNN model description.
lijiansong/paradnn
ParaDnn: A systematic performance analysis methodology for deep learning.
lijiansong/RuntimeCompiledCPlusPlus
Change C++ code at runtime
lijiansong/singa
a distributed deep learning platform
lijiansong/tensorflow-cpp-op-example
Simple example of implementing a new Tensorflow operation and its gradient in C++.
lijiansong/tinycc
Unofficial mirror of mob development branch
lijiansong/triton
Development repository for the Triton language and compiler
lijiansong/unix-v6
UNIX 6th Edition Kernel Source Code