ROCm / clr

MIT License
89 stars 47 forks source link

HIPCC_VERBOSE breaks cmake variables #28

Closed gotzl closed 10 months ago

gotzl commented 10 months ago

hip-config-amd.cmake uses HIPCC to fill some variable. If HIPCC_VERBOSE is enabled, this variable includes debug strings, which later on breaks the build.

It was not super obvious for me to find this when my build failed, so I just want to avoid others from shooting them in the foot .. I suggest to maybe call HIPCC explicitly with HIPCC_VERBOSE=0?

cjatin commented 10 months ago

Thanks for letting us know. Will raise a PR internally to fix this.

cjatin commented 10 months ago

https://github.com/ROCm-Developer-Tools/clr/commit/515d07cb3ab7b2f206cfded0c7f288e01a0282f1