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
This commit is contained in:
foreman
2019-03-14 19:33:16 -04:00
parent 1a06978531
commit 2e184e8605
2 changed files with 4 additions and 5 deletions
@@ -95,6 +95,7 @@ bool Settings::create(bool fullProfile, int gfxipVersion) {
enableExtension(ClKhr3DImageWrites);
enableExtension(ClAmdMediaOps);
enableExtension(ClAmdMediaOps2);
enableExtension(ClKhrImage2dFromBuffer);
if (MesaInterop::Supported()) {
enableExtension(ClKhrGlSharing);
}