Michael Collison

Results 78 comments of Michael Collison

Can someone tell me what the status of the RISC-V port is? I see it is on the next branch.

@gmarkall I addressed three out of your four requests. After reviewing, I don't agree their is sufficient commonality as the kernels and conditions differ sufficiently.

> With this branch, the following: > > ```python > from numba import cuda > from numba.types import float16, float32 > > def f(x, y): > return x + y...