Nol Moonen
Nol Moonen
Rebased the branch.
@stanleytsang-amd I can reproduce the bug reliably on `gfx906` and `gfx908` when letting `get_large_sizes` (not `get_sizes`) return size `30064767271` in `test/rocprim/test_device_partition.cpp`.
Rebased the PR.
The issue is also reproducible with ```c++ #include #include int main() { printf("starting..\n"); hipStream_t stream; hipStreamCreate(&stream); hipStreamDestroy(stream); hipStream_t stream2; hipStreamCreate(&stream2); hipStreamDestroy(stream2); printf("finished!\n"); } ``` so it is not specific to...
The issue is reproducible on a system with two `gfx1030` cards. It is not reproducible on a system with only one: if I create a `rocm/rocm-terminal:5.3` image and pass only...