halide / Halide

a language for fast, portable data-parallel computation
https://halide-lang.org
Other
5.86k stars 1.07k forks source link

Disallow overriding arch/bits in "host" target strings #8307

Open alexreinking opened 3 months ago

alexreinking commented 3 months ago

It doesn't make much sense to write things like host-x86-64 now that ARM systems are ubiquitous.

We should make overriding the arch or bits (but not OS) in a host string an error.

Discovered in #8298