Chris Austen
Chris Austen
Today in order for me to automate stopping at the Petitboot shell prompt I need to use an expect script to monitor port 22 for the menu and then issue...
There are times where the LD path is needed by the repo when building (i.e. ASAN) but it seems cget wipes the path out https://github.com/pfultz2/cget/blob/master/cget/prefix.py#L111
The `CK hipRTC` test from the Jenkins file is failing in CI and blocking some merges. I've also seen it pass on the same hardware (when restarting the CI job,...
Check repo for instances were we reference older versions of ROCm. Move them up where appropriate Places python versions would also need to be changed... torch==2.1.1 -> torch==2.1.2 ``` ~/code/AMDMIGraphX...
When a model is quantized to FP16 LayerNorm is also quantized. This leads to an accuracy problem. Make the code changes needed to hold LayerNorm as always FP32 accumulation. Then...
This will help lower batch sizes, need to determine which models it benefits. Needed for exec_dashboard models
Update our [Dockerfile ](https://github.com/ROCm/AMDMIGraphX/blob/develop/Dockerfile) and [hip-clang.docker](https://github.com/ROCm/AMDMIGraphX/blob/develop/hip-clang.docker) Additional files may also be needed https://github.com/ROCm/AMDMIGraphX/tree/develop/tools/docker
End to End support, including a DLM test which will also run on competition hardware