P4 to Git Change 1492890 by gandryey@gera-w8 on 2017/12/11 15:58:00

SWDEV-79445 - OCL generic changes and code clean-up
	- More changes to remove gfx804

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#27 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#50 edit
This commit is contained in:
foreman
2017-12-11 16:06:32 -05:00
parent ee3f3c5152
commit 71fd64f2a6
2 changed files with 10 additions and 4 deletions
+6 -2
View File
@@ -875,8 +875,12 @@ hsa_isa_t PALHSALoaderContext::IsaFromName(const char* name) {
isa.handle = gfx801;
return isa;
}
if (!strcmp(Gfx804, name)) {
isa.handle = gfx804;
if (!strcmp(Gfx802, name)) {
isa.handle = gfx802;
return isa;
}
if (!strcmp(Gfx803, name)) {
isa.handle = gfx803;
return isa;
}
if (!strcmp(Gfx810, name)) {