P4 to Git Change 1488953 by wchau@wchau_OCL_boltzmann on 2017/11/30 15:44:58
SWDEV-119491 - Add support for cl_amd_assembly_program extension - Enabling Extension
This is the last part of the following four requirements:
(1) OpenCL API / Runtime (CL1487653), (2) ROCm Runtime - compiler invocation (CL1487815), (3) ROCm Driver (CL1488115), (4) Enabling Extension
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#29 edit
[ROCm/clr commit: f6b43efd00]
Este commit está contenido en:
@@ -116,6 +116,7 @@ bool Settings::create(bool fullProfile, int gfxipVersion) {
|
||||
supportDepthsRGB_ = true;
|
||||
|
||||
#if defined(WITH_LIGHTNING_COMPILER)
|
||||
enableExtension(ClAmdAssemblyProgram);
|
||||
switch (gfxipVersion) {
|
||||
case 900:
|
||||
singleFpDenorm_ = true;
|
||||
|
||||
Referencia en una nueva incidencia
Block a user