P4 to Git Change 1756725 by jatang@jatang_win_pal_lc on 2019/03/14 18:00:06

SWDEV-178313 - Enable OpenCL 2.0 and the ClKhrImage2dFromBuffer extension on ROCm/LC path for Vega10+.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#122 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#42 edit


[ROCm/clr commit: 2e184e8605]
此提交包含在:
foreman
2019-03-14 19:33:16 -04:00
父節點 c7b498466a
當前提交 2ca1592a87
共有 2 個檔案被更改,包括 4 行新增5 行删除
+1
查看文件
@@ -95,6 +95,7 @@ bool Settings::create(bool fullProfile, int gfxipVersion) {
enableExtension(ClKhr3DImageWrites);
enableExtension(ClAmdMediaOps);
enableExtension(ClAmdMediaOps2);
enableExtension(ClKhrImage2dFromBuffer);
if (MesaInterop::Supported()) {
enableExtension(ClKhrGlSharing);
}