Mika Laitio
Mika Laitio
Based on to the @jeroen-mostert experiment for deleting the yaml files from hipBLASLt to speedup it's build for gpu's which doent need it, I came to idea that we could...
At the moment we are only building the mlir fatlib that is enabled when building with option BUILD_FAT_LIBROCKCOMPILER=ON option. This is needed by amdmigraphx. But for testing and using the...
In BLIS project the cpu architecture is now configured to ZEN2. (Configure option before build) Should the BLIS build script check the CPU architecture really in use and change that...
I received a Framework 16 laptop for testing and development with AMD's cpus and gpus. - 7840HS CPU - 780M iGPU (gfx1103) with 12 CU's (rocm-smi device id 0x7480) -...
Now that many has helped to test and provide patches, it would be nice to have a file listing people who has helped. Addition of name or nickname would be...
Current patch mechanism only support patches in main-projects which is one reason why aotriton project has been flattened to single repo. (aotriton) Implementation idea based on to aotriton which has...
RX 7800 XT results from Bazza-63
Added now only the build instructions for manual build on [docs/notes/apps/instructlab/instructlab.txt](https://github.com/lamikr/rocm_sdk_builder/blob/master/docs/notes/apps/instructlab/instructlab.txt) until it has been tested better another problem is that it seems to want to build own version of...
It would be nice to try to use the github actions for building the image and try to make them available on github's own docker download server. This is a...
Original patch from saienduri This PR consists of all the changes required to enable PyTorch ROCm CI on MI355X nodes. - Rework aotriton cmake configuration to rely on `HIP_VERSION` instead...