Graham Markall

Results 455 comments of Graham Markall

@enathang Thanks for thinking about this and adding some detailed thoughts and a path forward! > If we want to stick with tuples, the question is: why are we trying...

I'm seeing something similar with a 32-bit build - reverting this commit seems to fix the issue: https://github.com/riscv/riscv-pk/commit/5a0e3e55cab1d6f3462c77e852f16365c79f2c98 As far as I can tell from looking at the log generated...

I hadn't realised when I wrote my earlier comment that the things going wrong were probably due to lack of support for HTIF (and therefore `printm`) on rv32 - PR...

I guess there's some other issue as well - does it get as far as printing "Hello" (assuming your hello program is intended to print "Hello")?

@Generalbrus I just used `configure --prefix= --host=riscv32-unknown-elf` because I already had a toolchain with `rv32im` as the default arch.

There may be some materials / examples in https://github.com/numba/nvidia-cuda-tutorial that will also serve as useful components of the lecture - feel free to use parts of it.

CI was messed up because of the recent issue with it, so I'm just running the pipelines because I'm curious what the tests look like right now.

@apmasell This is marked as RFR but it also contains a commit with the message "DO NOT MERGE" and has some CI fails - can you clarify its status please?

> @apmasell This is marked as RFR but it also contains a commit with the message "DO NOT MERGE" and has some CI fails - can you clarify its status...