-
triton Public
Forked from triton-lang/tritonDevelopment repository for the Triton language and compiler
C++ MIT License UpdatedApr 25, 2024 -
lang Public
Code snippets and playground of various PLs
-
-
clang-llvm-tutorial Public
clang & llvm examples, e.g. AST Interpreter, Function Pointer Analysis, Value Range Analysis, Data-Flow Analysis, Andersen Pointer Analysis, LLVM Backend...
-
musl - an implementation of the standard library for Linux-based systems
C Other UpdatedJan 10, 2022 -
-
tinycc Public
Forked from TinyCC/tinyccUnofficial mirror of mob development branch
C GNU Lesser General Public License v2.1 UpdatedJul 17, 2021 -
hscpp Public
Forked from jheruty/hscppRuntime compiled C++ with hot-swapped classes.
C++ MIT License UpdatedJun 16, 2021 -
tf-2.1.3 Public
This repo tries to hack the runtime system (more about the memory system) of TensorFlow2.0.
C++ Apache License 2.0 UpdatedJun 15, 2021 -
are-we-fast-yet Public
Forked from smarr/are-we-fast-yetAre We Fast Yet? Comparing Language Implementations with Objects, Closures, and Arrays
Java Other UpdatedMay 24, 2021 -
singa Public
Forked from apache/singaa distributed deep learning platform
C++ Apache License 2.0 UpdatedMay 3, 2021 -
RuntimeCompiledCPlusPlus Public
Forked from RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPlusChange C++ code at runtime
C++ UpdatedApr 23, 2021 -
nnfusion Public
Forked from microsoft/nnfusionA flexible and efficient deep neural network (DNN) compiler that generates high-performance executable from a DNN model description.
C++ MIT License UpdatedNov 25, 2020 -
Phaeton Public
A tiny DSL for DNN accelerators.
-
code2vec Public
Forked from tech-srl/code2vecTensorFlow code for the neural network presented in the paper: "code2vec: Learning Distributed Representations of Code"
Python MIT License UpdatedNov 14, 2019 -
paradnn Public
Forked from Emma926/paradnnParaDnn: A systematic performance analysis methodology for deep learning.
Jupyter Notebook Apache License 2.0 UpdatedOct 18, 2019 -
ndarray Public
A headers only template library for N-Dimension Array(i.e., tensor).
-
futhark Public
Forked from diku-dk/futhark💥💻💥 A data-parallel functional programming language
Haskell ISC License UpdatedJul 16, 2019 -
ConfigFileParser Public
-
grammars-v4 Public
Forked from antlr/grammars-v4Grammars written for ANTLR v4; expectation that the grammars are free of actions.
ANTLR UpdatedJun 19, 2019 -
conv_arithmetic Public
Forked from vdumoulin/conv_arithmeticA technical report on convolution arithmetic in the context of deep learning
TeX MIT License UpdatedMay 6, 2019 -
-
stl-impl Public
Original implementation of STL by Alexander Stepanov and Meng Lee
-
mlir Public
Forked from tensorflow/mlir"Multi-Level Intermediate Representation" Compiler Infrastructure
C++ Apache License 2.0 UpdatedApr 9, 2019 -
unix-v6 Public
Forked from lsahn-org/unix-v6UNIX 6th Edition Kernel Source Code
-
tensorflow-cpp-op-example Public
Forked from davidstutz/tensorflow-cpp-op-exampleSimple example of implementing a new Tensorflow operation and its gradient in C++.
Python UpdatedMar 28, 2019 -
-
-
deep-learning Public
focus on several existing deep learning platforms from the perspective of compiling tech, e.g. TensorFlow XLA
-
tinyflow Public
Forked from tqchen/tinyflowTutorial code on how to build your own Deep Learning System in 2k Lines