Steven Johnson

Results 122 issues of Steven Johnson

When compiling on an arm64 Mac, configuring the build produces the warning: ``` CMake Warning at CMakeLists.txt:197 (message): Unknown target architecture! ``` This is a common enough architecture now that...

Is there work underway to bring the WABT interpreter in line with the final proposal for the wasm-simd128 spec? If so, is there any rough ETA? If not, is this...

We just upgraded from using 1.0.18 to 1.0.19; when builiding with GCC 10.2 on Linux, I get the following warnings that look concerning: (only once:) ``` [79/3359] Building CXX object...

I suspect this is a known issue, but recording it here: emcc will allow you to compile with `-pthread`, and generate nice wrapper callers for POSIX pthread calls. I'd expect...

Various compilation errors prevent compilation on 32-bit targets (e.g., x86-32). Sure would be handy to be able to build and use this tool on those systems.

Work in progress, opening as draft for testing + sharing. More details + documentation to come soon.

We currently disable deprecation warnings inside Halide. This re-enables them there, and also inside add_halide_generator(). (Note, additive to PR #6554)

Perhaps a cleaner approach for ASAN in CMake, this uses a toolchain file to drive clang to run asan -- the point here being that everything participating in the ASAN...

Currently, it's entirely possible to make a Halide pipeline with 'in-place' processing (ie, the input and output buffers overlap or are the same), provided you schedule the pipeline in an...

Due to an apparent bug in CMake 3.18, we can't use Ninja to drive Multi-Config packaging, and must use MSBuild instead. This is gross and inconvenient. This is a tracking...

build