GPUOpen-Tools / gpu_performance_api

GPU Performance API for AMD GPUs
MIT License
251 stars 46 forks source link

../GPUPerfAPI-Common/GPAHWInfo.h:12:24: fatal error: DeviceInfo.h: 没有那个文件或目录 #19

Open jianhuaixie opened 6 years ago

jianhuaixie commented 6 years ago

../GPUPerfAPI-Common/GPAHWInfo.h:12:24: fatal error: DeviceInfo.h: 没有那个文件或目录

chesik-amd commented 6 years ago

It sounds like you forgot to execute the UpdateCommon.py script (as mentioned here: https://github.com/GPUOpen-Tools/GPA/blob/master/BUILD.md).

Can you make sure you run that script before trying to build GPA?