Aurelien Bouteiller
Aurelien Bouteiller
Hello, the `rocshmem_wg_init` is deprecated because its features were found to duplicate what `rochsmem_wg_ctx_create` provides. The core feature of associating a context to a specific workgroup on a GPU remains...
This feature is already finding issues, great :D
> @abouteiller to follow up on the comment on the JIRA ticket, is there a test (or at least visual confirmation by reading the code) that dlmalloc is able to...
Passes all tests now, ready for review
CI identified a real problem with the non-fetch tester.
Hello, Your proposed `rocshmem_int_p` workaround is incorrect and will produce randomly wrong results (from atomicity race condition). A more correct workaround would use `rocshmem_putmem_signal` with 0-byte nelems. Note that _wg...
We use the following hip function that appears incompatible with ASAN `error: 'invalid kernel file'(218) at /home/bouteill/rocshmem/rocSHMEM/src/backend_bc.cpp:72` ```cxx 69 int* device_backend_proxy_addr{nullptr}; 70 CHECK_HIP( 71 ¦ ¦ hipGetSymbolAddress(reinterpret_cast(&device_backend_proxy_addr), 72 ¦ ¦...
I have obtained a contact person to help me look into why HipGetSymbolAddress crashes when compiled with ASAN.
not sure why `readlink` is not found it requires `unistd.h` that is included.
Functionality may overlap with #112