CMakeLists.txt cleanup

Add custom_commands to generate the HSA code objects
Remove the configure time file generation and add custom commands to
generate them at build time.

Change-Id: I167dd9befc6c73f32224935eaab74510922b26f4


[ROCm/roctracer commit: 3773384af8]
This commit is contained in:
Laurent Morichetti
2022-05-11 19:49:52 -07:00
والد 0b9de5c48a
کامیت edfb1cbc44
15فایلهای تغییر یافته به همراه335 افزوده شده و 676 حذف شده
@@ -114,8 +114,10 @@ int main() {
float* TransposeMatrix;
float* cpuTransposeMatrix;
#if HIP_TEST
float* gpuMatrix;
float* gpuTransposeMatrix;
#endif
int i;
int errors;