2
0

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
Este cometimento está contido em:
Laurent Morichetti
2022-05-11 19:49:52 -07:00
ascendente edbd011bae
cometimento 3773384af8
15 ficheiros modificados com 335 adições e 676 eliminações
+2
Ver ficheiro
@@ -114,8 +114,10 @@ int main() {
float* TransposeMatrix;
float* cpuTransposeMatrix;
#if HIP_TEST
float* gpuMatrix;
float* gpuTransposeMatrix;
#endif
int i;
int errors;