ROCm Runtime Support for respecting target xnack setting

This includes the changes provided by Konstantin, "Add xnack from elf header" (Change 136389).

Change-Id: I95e51141caa0d7c21903b09212c02e4906ec54a3


[ROCm/ROCR-Runtime commit: 8e3d26c617]
Cette révision appartient à :
Wilkin
2018-03-12 18:00:32 -04:00
révisé par Wing-Ki Chau(Wilkin)
Parent 544b3a88ec
révision c7af4e8857
8 fichiers modifiés avec 47 ajouts et 24 suppressions
+1
Voir le fichier
@@ -703,6 +703,7 @@ namespace amd {
uint16_t Machine() override { return ehdr.e_machine; }
uint16_t Type() override { return ehdr.e_type; }
uint32_t EFlags() override{ return ehdr.e_flags; }
GElfStringTable* shstrtab() override;
GElfStringTable* strtab() override;