Is this a duplicate?
Is your feature request related to a problem? Please describe.
With the recent release, I see that semaphores are no longer supported. Can you give more details about 1) why it was removed going from v2.2.0 -> release/rocmds-25.10 and 2) when we'll get support back?
|
// NOTE(HIP/AMD): semaphore is not supported on AMD hardware |
|
#ifdef __HIP_PLATFORM_AMD__ |
|
#error semaphore is not supported on AMD hardware and should not be included |
|
#endif |
Describe the solution you'd like
Implementation of <cuda/semaphore>
Describe alternatives you've considered
I'm going to try and revert to v2.2.0, but I'm worried this will cause problems with the latest versions of hipcollections
Additional context
This is needed for ROCm/dgl
Is this a duplicate?
Is your feature request related to a problem? Please describe.
With the recent release, I see that semaphores are no longer supported. Can you give more details about 1) why it was removed going from v2.2.0 -> release/rocmds-25.10 and 2) when we'll get support back?
libhipcxx/include/cuda/semaphore
Lines 36 to 39 in 9ac637b
Describe the solution you'd like
Implementation of
<cuda/semaphore>Describe alternatives you've considered
I'm going to try and revert to v2.2.0, but I'm worried this will cause problems with the latest versions of
hipcollectionsAdditional context
This is needed for
ROCm/dgl