kmohrman

Results 16 comments of kmohrman

Hi @ianna and @ikrommyd, Thank you for taking a look. Sorry I did not explain clearly enough. The differences I am reporting are not in the floating point values in...

Hi @ianna and @ikrommyd, I've been investigating this bug a bit more, and I think I've narrowed in a bit on where the discrepancy is arising. It seems the discrepancy...

> So [@kmohrman](https://github.com/kmohrman) , you're saying that the output of `array.backend.maybe_kernel_error(....)` is different in cuda vs cpu. That points 100% to a bug in the cuda kernel implementation. I found...

Hi all! Just curious if there were any updates on this one? Thanks :)

Hello! Just circling back to this one.. I am still a bit unsure where to go after [this point](https://github.com/scikit-hep/awkward/issues/3503#issuecomment-2887730385), so I was wondering if anyone had thoughts? In this case,...

Thank you @ianna and @fstrug! @ianna, I just checked out your `any_and_combinations_on_gpu_fix` branch and can confirm from my end that it indeed fixes the issue I'd been seeing (both in...

Hi all, I was just wondering if there are any updates on this issue?

Hi @ianna, just curious if there were any updates on this? Thanks!

Hi @ianna, just wondering if there are any updates on this? From my end, I'm not really sure how to debug it. I tried investigating further by running ALD Query...

Thanks @ianna! When I try to import `cupy` and run `cupy.exp(-eta_gpu)`, I get `TypeError: Unsupported type `, so I think I may be misunderstanding something about how to use it.