2
0

Fix warnings due to deprecated include path

In file included from roctracer/src/roctracer/tracker.h:24,
                 from roctracer/src/roctracer/roctracer.cpp:44:
/opt/rocm/hsa/include/hsa/amd_hsa_signal.h:26:246: note: ‘#pragma message: amd_hsa_signal.h has moved to ...’
   26 | ssage("amd_hsa_signal.h has moved to ...")
      |                                          ^

Change-Id: I38d151d836688083a4fdb0e86a04fc40923a369f
Este cometimento está contido em:
Laurent Morichetti
2022-06-18 13:43:18 -07:00
ascendente 0fa2808779
cometimento 44dbb56fce
6 ficheiros modificados com 17 adições e 20 eliminações
+3 -3
Ver ficheiro
@@ -18,9 +18,9 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. */
#include "hsa.h"
#include "hsa_ext_amd.h"
#include "hsa_ext_image.h"
#include <hsa/hsa.h>
#include <hsa/hsa_ext_amd.h>
#include <hsa/hsa_ext_image.h>
#include <fcntl.h>
#include <assert.h>