You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
Note: This is not caused by the external fd being incorrect, as the code path executed by hipDestroyExternalSemaphore hits NullDevice::importExtSemaphore:
$ gdb ./external_semaphore
$ b NullDevice::importExtSemaphore
$ r
Breakpoint 1 at 0x7ffff70d6da0: file /nix/store/v954yk0ng3hz50ppmf8ax1jfxhcfzgxq-rocclr-5.2.3/cmake/../device/rocm/rocdevice.hpp, line 237.
Here is a more complete example (but im not sure if its correct) that attempts to construct a proper semaphore fd: external_semaphore.txt
Attempting to import an external semaphore always returns hipErrorInvalidValue under Linux:
Note: This is not caused by the external fd being incorrect, as the code path executed by hipDestroyExternalSemaphore hits
NullDevice::importExtSemaphore
:Here is a more complete example (but im not sure if its correct) that attempts to construct a proper semaphore fd:
external_semaphore.txt
The text was updated successfully, but these errors were encountered: