Eddie Liao
Eddie Liao
When running `run_dev.sh`, it fails to build the base image due to a "File has unexpected size" error. I've tried running it at different times, but it has produced the...
Add weight streaming to allow running of large models on GPUs with low memory. Closes #3156.
Figure out a way to have weight streaming at runtime i.e. be able to fit large models on gpu without needing to know literal size ahead of time - [x]...
There appears to be an occasional issue in which we try to allocate a buffer to the gpu that seems to be an overflow of an UInt64. @kahmed10 has reportedly...
Running `tools/license_stamper.py` doesn't seem to be resolving the errors returned by `check_stamped.py` run by CI test. This commit [355bc3f](https://github.com/ROCm/AMDMIGraphX/pull/3222/commits/355bc3f4559e7423ca97f40ef99d9c415befc801) in my draft PR [here](https://github.com/ROCm/AMDMIGraphX/pull/3222) fails the licensing check with the...
SD21 seems to be running out of memory on higher batch sizes on Navi4x systems
QA tests for UNet on Ubuntu 24.04 are failing. Seems to be an issue with an improper pythonpath
Certain tests in rocm_onnx_rt are failing as they have been removed from the ORT benchmark.py list of models
Reduce op onnx backend tests that have empty set inputs cause the operator to generate dynamic shapes, causing a failure in those tests cases. Currently we are just excluding any...
## Motivation The parallel stage view on BlueOcean is not showing the correct total time after the whole parallel step is complete. ## Technical Details ## Changelog Category - -...