-
| | |
| --- | --- |
| Bugzilla Link | [52189](https://llvm.org/bz52189) |
| Version | trunk |
| OS | Linux |
| CC | @abadams,@topperc,@RKSimon,@phoebewang,@rotateright |
## Extended Description
As…
-
Hello there!
Is it possible to use bit operations (`or`, `and`, left/right `shift`) with `halide-haskell`?
-
I was using add_halide_generator and add_halide_library in cmakelists to generate a simple box filter halide static lib, which is called libhalide_box_filter.a, then link it to my test executable. The…
-
`Halide::float16_t` is a compiletime type, but there is no equivalent runtime type, and thus no overload for `halide_type_of()` which produces `Float(16)`. You can of course work around this by using …
-
Hello, I am a member of Microsoft VCPKG, now `halide:x86-windows` build failed on latest vcpkg, it failed with the following errors:
```
[1718/1732] cmd.exe /C "cd /D D:\buildtrees\halide\x86-window…
-
I have built halide from sources , and I was able to compile my halide code, but when trying to compile the same code using halide binaries which I have download directly , it gives me this error : ( …
-
Tiramisu has dependencies with LLVM/Clang 5 because Halide branch is outdated.
The same could be said with ISL to be updated to 0.20.
Any idea when this updated alignment would occur?
-
```
[1992/4154] cd /-build/build/stage-0/halide/test/autoschedulers/li2018 && /-build/build/stage-0/halide/test/autoschedulers/li2018/li2018_demo_gradient.generator -n li2018_demo_gradient -d 0 -g de…
-
**🚀 Feature**
I am reading the code, and find one operator need different kernel like cpu, gpu etc.
May you can implement them use one unified format like Halide.
Thanks
-
Hi,
Being a (gradient) Halide newbie, I've only made some simple stuff yet, but I've come across an issue with the SimpleAutoScheduler I don't understand. I later discovered that I get exactly the …