P4 to Git Change 1324274 by lmoriche@lmoriche_opencl_dev on 2016/10/08 15:25:08

SWDEV-103782 - [ROCm CQE][OCLonLC][Hawaii][ISV] Mixbench is giving "Unsupported requested OpenCL C version (-cl-std)"
	- Add cl-std=CL1.0 and cl-std=CL1.1 support (maps to cl-std=CL1.2).

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/roccompiler.cpp#24 edit
Tá an tiomantas seo le fáil i:
foreman
2016-10-08 15:34:50 -04:00
tuismitheoir 6a0324cf72
tiomantas 961443a8cd
+1 -1
Féach ar an gComhad
@@ -178,7 +178,7 @@ HSAILProgram::compileImpl_LC(
std::pair<const void*, size_t> hdr;
switch(clcStd) {
case 120:
case 100: case 110: case 120:
hdr = std::make_pair(opencl1_2_c_amdgcn, opencl1_2_c_amdgcn_size);
break;
case 200: