David Dixon
David Dixon
As we work to overhaul rocm mathlibs buid systems, we need to ensure that we handle common dependencies like lapack/blas/blis uniformly. See: https://github.com/ROCm/TheRock/blob/main/patches/amd-mainline/hipBLASLt/0004-Fix-finding-BLAS-and-LAPACK.patch
In the new build algorithm that is under development, we required pip installations of tensilelite and rocisa. We need to add functionality to the build system to support hiptlaslt builds...
Guard against adding tensile library target when building only the client.
On two occasions now I've helped users untangle surprising behavior when attempting to pass parallelization settings to TensileCreateLibrary. This PR corrects some of the issues that cause the surprising behavior...
## Motivation ## Technical Details ## Test Plan
## Motivation Establishes rocroller pipeline. ## Testing See [pipelines](https://dev.azure.com/ROCm-CI/ROCm-CI/_build/results?buildId=61328&view=logs&j=d9737ce7-e79f-5a7d-0895-9cb9c5242727)
## Motivation Need to build with amdclang or we get link errors in dependent projects. ## Technical Details ## Test Plan