-
Notifications
You must be signed in to change notification settings - Fork 165
Closed
Labels
Description
Problem Description
Since ROCm/rocBLAS@e884992 rocblas will pass its CMAKE_CXX_COMPILER to tensile via --cxx-compiler unfortionatly tensile is way to strict with this, causing issues. building rocblas -DCMAKE_CXX_COMPILER=/opt/rocm/bin/amdclang++ is perfectly valid, however tensile will not accept this bailing with:
TensileCreateLibrary: error: argument --cxx-compiler: invalid choice: '/opt/rocm/bin/amdclang++' (choose from amdclang++, hipcc)
This is due to
Line 131 in a164ed7
| choices=[ToolchainDefaults.CXX_COMPILER, "hipcc"], |
Operating System
arch
CPU
Any Build issue
GPU
Any Build issue
ROCm Version
Tensile at 80dd256 rocblas at 2ba9a12d62d3de877c75cbd8dff73c50d54b6a98