stuartarchibald

Results 322 comments of stuartarchibald

> I've manually tested this on Windows without issue. Many thanks for checking @gmarkall, this gives confidence that https://github.com/numba/numba/pull/8341#issuecomment-1474040632 is/was unrelated. Will approve this now and keep a watch on...

@guilhermeleobas is this now fixed through #8134 ?

Ok, thanks. Given the format is fairly static some interface to walk in may be useful?

Thanks for this, I've added that line in, seems like it makes compilation succeed but the relocatables generated either don't contain the metadata expected/declared by the spec. * For a...

Unfortunately not. I have a tower of half working things whilst switching out the Numba ROC target compilation pipeline to use `comgr`. The place I observe this is when I...

> Out of curiosity, is there a way to test this out locally? I tried importing the profiler as shown but wasn't successful. I understand that this isn't released yet...

Thanks for sharing this @itamarst, that's an interesting approach to obtaining a statistical profile, I imagine it would be sufficient for quite a few cases. Have you tested it against...

> very useful one! Any update on this feature? seem llvmlite has already used OrcJIT2? @stuartarchibald @dlee992 unfortunately migrating Numba to use OrcJIT is quite involved. Exposing it through an...

Great, thanks @svrakitin !