P4 to Git Change 1057460 by gandryey@gera-dev-w7 on 2014/07/21 14:56:59
ECR #304775 - Device enqueuing - Report proper size for the device queue. Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.cpp#259 edit
This commit is contained in:
@@ -3374,6 +3374,7 @@ GetOclSize(const aclArgData* argInfo)
|
||||
}
|
||||
case ARG_TYPE_IMAGE: return sizeof(cl_mem);
|
||||
case ARG_TYPE_SAMPLER: return sizeof(cl_sampler);
|
||||
case ARG_TYPE_QUEUE: return sizeof(cl_command_queue);
|
||||
default: return -1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user