Add SP3 assembler support for gfx90a.

Add updated SP3 static library with support for gfx90a and
also add initial corresponding changes in kfdtest.

Change-Id: I71bc6404ace7f9bf0dd74e712287136aa2b8a03d


[ROCm/ROCR-Runtime commit: c861873dae]
Tá an tiomantas seo le fáil i:
Mukul Joshi
2020-06-08 21:01:52 -04:00
tiomanta ag Kent Russell
tuismitheoir b1f7193ce6
tiomantas 2efdaf30a2
D'athraigh 6 comhad le 197 breiseanna agus 3 scriosta
@@ -30,6 +30,7 @@
#include "IsaGenerator_Gfx8.hpp"
#include "IsaGenerator_Gfx9.hpp"
#include "IsaGenerator_Gfx10.hpp"
#include "IsaGenerator_Aldebaran.hpp"
#include "GoogleTestExtension.hpp"
@@ -92,8 +93,9 @@ IsaGenerator* IsaGenerator::Create(unsigned int familyId) {
case FAMILY_AI:
case FAMILY_RV:
case FAMILY_AR:
case FAMILY_AL:
return new IsaGenerator_Gfx9;
case FAMILY_AL:
return new IsaGenerator_Aldbrn;
case FAMILY_NV:
return new IsaGenerator_Gfx10;