GitXplorerGitXplorer
m

halide-bench

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
7435634a6943cc7805e30c1357a5352b5aac7e14

Update

mm-novikov committed 4 years ago
Unverified
0c302929f68d0bc76f9847ac8fa2b9e50794b26d

fix link syntax

mm-novikov committed 4 years ago
Unverified
5d5c73485d4a71180a6dda0f625dd2eab6657bbe

Add Halide instruction

mm-novikov committed 4 years ago
Unverified
f34025ff55d7aa96f0957e217f022bd5600daea9

Add gitignore

mm-novikov committed 4 years ago
Unverified
1d4108d8c05a26b0801f966f66bb8a4290a1e1a7

Add 3D computation

mm-novikov committed 4 years ago
Unverified
a5058e66cf0ed2050ea735034773d0ee5fb4d45e

Add readme

mm-novikov committed 4 years ago

README

The README file for this repository.

Halide Benchmarks

Attempt to recreate fastfilters using halide with similar performance

Build instructions

Download halide distro Unpack to vendor/Halide directory

To fetch pybind11

git submodule init && git submodule update
mkdir build
cd build
cmake ..
make