-
The library specified with the `LINK_LIBRARIES` option in `try_compile` requires a different value depending on the user's cmake version. For example, the following works with cmake 3.17:
CMakeLis…
-
_tl;dr_ the obvious way to use Halide via CMake (`find_package(Halide)`) does not lead to easy cross-compiling builds. However, fixing this is almost certainly a breaking change.
---
If you run …
-
Hello,
I am trying to build python binding on my macbook. After successfully built Halide and Halide/python_binding, `Halide` appears in python import, however, I got the following errors ` Librar…
-
```cpp
#include "Halide.h"
#include
using namespace Halide;
int main(int argc, char **argv) {
Buffer bufA({10, 10, 25}, "bufA");
Buffer bufB({10, 10, 25}, "bufB");
Buffer bufC(…
-
The CI build [is failing](https://travis-ci.org/Tiramisu-Compiler/tiramisu/builds/548327337#L4815). It seems to have something to do with halide's ABI not matching LLVM's, not sure how to fix that.
-
The following code is expected to compile, but does not.
```cpp
const ElementType* data = X.Data();
int rows = X.NumRows();
int cols = X.NumColumns();
int ch = X.NumChannels();
…
-
This has been brought up by [halide](https://github.com/halide/Halide) folk, it came up in https://github.com/halide/Halide/pull/6555.
Consider: https://godbolt.org/z/n8EaEsv4s
```c++
# 1 "include/…
-
Hi! It appears MoltenVK triggers a shader compiler error for SPIR-V modules that have more than 30 buffer bindings (see attached for a disassembled SPIR-V code module example case generated from cor…
-
I have followed the steps listed down and also given the location of Halide extraction folder. But I get this error in the preview pane for any of the example files I open. Toggling the preview doesn'…
-
On an example generator taken directly from `test/performance/nested_vectorization_gemm.cpp`, `flatten_nested_ramps()` takes approximately 5min on my machine:
```
#include "Halide.h"
namespace {
…