-
During the cmake configuration I have a missed generator:
**Halide-halide_generators_DIR-NOTFOUND**
Looking on the build bot I wasn't able to find the generator:
[https://buildbot.halide-lang.org…
-
Just leave some ideas and issues that may not be very mature now, so I did not mention directly under the official Halide.
- The official documentation does not provide detailed information on how …
-
I'd love to use this project but it seems to be incompatible with the latest Halide source code
catid updated
4 years ago
-
http://halide-lang.org/
-
Hi everyone
I am deploying model yolov11 on Android NDK using the MNN platform. I follow this [link](https://github.com/wangzhaode/mnn-yolo) and use OpenCL for inference.
Hear is my code
`…
-
I'm using `x86-64-linux `AOT-generated pipelines, statically linked in my binary. When I hit a `halide_assert()`, while running in the debugger, a backtrace never shows me where this function was actu…
-
I'm working through the `blur` example from the Halide PLDI paper and attempting recreate the schedules from the paper. First crack at writing a `proc`-based implementation:
```py
@proc
def blurx(i…
-
I'm trying to cross-compile LLVM for Windows ARM64, using Visual Studio 2017, on a Windows x64 host machine.
**Host Environment**
- OS: Windows 10 [Version 10.0.19041.329]
- Compiler: Microsoft (…
-
When using make to install halide
```/home/zendevil/Desktop/gradient-halide/src/CodeGen_LLVM.cpp: In lambda function:
/home/zendevil/Desktop/gradient-halide/src/CodeGen_LLVM.cpp:1092:46: error: ‘cre…
-
I was having a hard time getting the test to run in `halide-runtime`.
I finally figured out that `halide-build` was looking for `GenGen.cpp` under `/tools`.
It's now obvious to me that `halide sr…