Steven Johnson

Results 261 comments of Steven Johnson

> I fear it has rotted. I will bet you $1 that all the iOS and Android-specific builds are totally rotten. Is there a way to target these via CMake?

Are you compiling with `strict_float`? If not, Halide defaults to the equivalent of `-ffast-math`, which allows LLVM to assume that NaN and Inf never exist.

Is this still active? Does it need investigation?

Is this PR still active? Should it be closed?

I now sorta think that having some Target strings quietly instantiate GPU contexts to do sniffing is a bug and not a feature -- IMHO it's not at all obvious...

> I need access to an M1 Mac to test this. @steven-johnson - can I use the buildbot for a while? OK with me, but @abadams is the one to...

Presumably we can fix this once https://github.com/halide/Halide/issues/6910 lands (the relevant comment at master.cfg:912 indicates the bug is in CMake 3.18)?