-
```
Halide (http://halide-lang.org/) is an image processing language that separates
the implementation of an algorithm from its optimization.
It makes code easier to develop and maintain and it makes…
-
Hello Jing,
Here is a small test case that runs into a bad_alloc error:
```
#include "Halide.h"
#include
using namespace Halide;
int main(int argc, char **argv) {
Func e, f, g;
Var x;
e…
-
Hi,
Is there a way to add some sort of version in the generators? Like a string.
It would be good for me as I could keep track of the version of a given generator.
Thanks!
-
I'm having trouble compiling Halide on my mac:
```
llvm-as --version
LLVM (http://llvm.org/):
LLVM version 7.0.0svn
Optimized build with assertions.
Default target: x86_64-apple-darwin15…
-
I check my code base and the generated header files, that there are no extern c block that include c++ header files or defined any template, overload function, but still encounter such error
> D:\sur…
-
From internal testing, the enclosed fuzzer fails the fuzz_cse case with SIGABRT with a traceback of:
```
=================================================================
*** SIGABRT received by …
-
I got the error below when using Halide-18.0.0-x86-64-windows-41bc134ae9a8fa32d968867ac1aeeac6f63a142e, which I downloaded from https://buildbot.halide-lang.org/:
LLVM ERROR: Cannot select: t37: ch…
-
```
Halide (http://halide-lang.org/) is an image processing language that separates
the implementation of an algorithm from its optimization.
It makes code easier to develop and maintain and it makes…
-
Let's try to generate optimized GEMM kernel for Hybrid FC(https://github.com/Samsung/ONE/issues/5950). Note that Hybrid FC exploits `(int8*int8) -> int32` type GEMM kernel.
- TVM(partially done by…
-
```
Halide (http://halide-lang.org/) is an image processing language that separates
the implementation of an algorithm from its optimization.
It makes code easier to develop and maintain and it makes…