bathmatt

Results 15 comments of bathmatt

Thanks, run first, ask questions later, that's my motto... when I see errors I tend to look for problems instead of thinking, learning exercise :)

OK, then it doesn't seem to at least. Ihave to specify it by hand. This is on hansen for instance.

Hi, @bosilca has anything been resolved on this? I understood it was going to be resolved at some point in April?

One improvement, and I'm not sure how much it would help, thinking GPU here, if you have a block dimension of (1, 32, 1) you would replicate 32x across the...

I have submitted a bug report with this reproducer which compiles in 12.8, segfaults 12.9 compiler and compiles in g++ if one removes the `__device__` block [test.cpp.txt](https://github.com/user-attachments/files/20627195/test.cpp.txt) ```C++ #include #include...