Pinned Repositories
arpfloat
An arbitrary-precision floating-point library in Rust
bistra
Bistra is a domain-specific language designed to generate high-performance kernels (such as GEMMs, convolutions, etc). The program is designed to allow powerful compiler optimizations and code generation that are not possible in C. The tool can auto-tune GEMM kernels to around 90% of peak performance (on X86/AVX2) within seconds.
compressor
An educational implementation of a modern compressor in Rust
fast_log
A fast implementation of log() and exp()
layout
Layout is a rust library and a tool that renders Graphviz dot files.
legday
A compressor for ML weights
memset_benchmark
This repository contains high-performance implementations of memset and memcpy in assembly.
pgo_ml
Source code for the paper "Profile Guided Optimization without Profiles: A Machine Learning Approach"
nadavrot's Repositories
nadavrot/layout
Layout is a rust library and a tool that renders Graphviz dot files.
nadavrot/memset_benchmark
This repository contains high-performance implementations of memset and memcpy in assembly.
nadavrot/fast_log
A fast implementation of log() and exp()
nadavrot/compressor
An educational implementation of a modern compressor in Rust
nadavrot/arpfloat
An arbitrary-precision floating-point library in Rust
nadavrot/pgo_ml
Source code for the paper "Profile Guided Optimization without Profiles: A Machine Learning Approach"
nadavrot/legday
A compressor for ML weights
nadavrot/bistra
Bistra is a domain-specific language designed to generate high-performance kernels (such as GEMMs, convolutions, etc). The program is designed to allow powerful compiler optimizations and code generation that are not possible in C. The tool can auto-tune GEMM kernels to around 90% of peak performance (on X86/AVX2) within seconds.
nadavrot/EntropyEncoding
Entropy Encoding notebook. Simple implementations of the "tANS" encoder/decoder.
nadavrot/glow
Compiler for Neural Network hardware accelerators
nadavrot/hermes
Hermes is a small and lightweight JavaScript engine optimized for running React Native on Android.
nadavrot/triton
Development repository for the Triton language and compiler
nadavrot/wasm-dot-renderer