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
Tento commit je obsažen v:
foreman
2017-12-11 16:06:32 -05:00
rodič ee3f3c5152
revize 71fd64f2a6
2 změnil soubory, kde provedl 10 přidání a 4 odebrání
+6 -2
Zobrazit soubor
@@ -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)) {