Alexander Viand

Results 36 comments of Alexander Viand

Closing remaining cmake-related issues after we fully dropped cmake support

Probably unrelated, but current `main` does not build on mac os CI either, but with very different error: https://github.com/google/heir/actions/runs/14892141822/job/41826547925?pr=1799

Looks like the code was open-sourced last month! https://github.com/baahl-nyu/orion

This paper explicitly talks about "keyset design", which seems pretty relevant: https://www.mdpi.com/1424-8220/25/14/4320

Mh, that's odd - I thought I had overridden the constant behavior in numba to where it'd set integer constants to the smallest size in [`i8`,`i16`,`i32`,`i64`] that they'd fit into,...

Found the bug, I'm an absolute idiot, PR incoming... EDIT: See #1794 Concerning the actual type-hint/issue: what do you want the `I1` type hint to do here? It seems like...

From the PR: @asraa: > I'm extracting the 8th bit of an i8 here, and want to truncate that to an i1 MLIR type so that the following bitwise arithmetic...

Ok, so on the frontend/numba side it seems to actually be pretty easy to do "casts" within their existing `numba.extending` system. This would allow you to write ```python def sub_bytes(x:...

I had some time to work on this today and mostly finished the frontend side of this but realized this brings up some questions about how we handle these various...

With the cast-system introduced in #1825, I think it's safe to close this one for now, at least until we find a need for actual type hints