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
AMDBTX v1.2.1 — Bundle ROCm runtime with portables
Changes
Bundle ROCm HIP runtime libraries (DLLs on Windows, .so on Linux) inside PyInstaller portable builds — no separate ROCm install needed on target machine.
Detect bundled runtime directory in sys._MEIPASS at startup, add to LD_LIBRARY_PATH.
hipDeviceSynchronize → hipStreamSynchronize(nullptr) in ProcessPassedNoncesBatched.
Sigma/matmul pipelining experiment reverted (~1% gain within noise; pool-tested, not worth complexity).