P4 to Git Change 1357375 by skudchad@skudchad_test_win_opencl2 on 2016/12/27 23:17:06

SWDEV-107271 - [OpenCL][GFXIP9 Bring up] add support for Raven(gfx901)
	- Add case for gfx901 else target device is incorrect for finalizer

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/libUtils.cpp#23 edit


[ROCm/clr commit: c5bc579945]
Bu işleme şunda yer alıyor:
foreman
2016-12-27 23:24:46 -05:00
ebeveyn a3781fdc69
işleme f46293289b
+1
Dosyayı Görüntüle
@@ -525,6 +525,7 @@ const std::string &getIsaTypeName(const aclTargetInfo *target)
case 804: return sgfx804;
case 810: return sgfx810;
case 900: return sgfx900;
case 901: return sgfx901;
}
}