P4 to Git Change 1771272 by wchau@wchau_OCL_Linux on 2019/04/17 16:07:16

SWDEV-165259 - Update OpenCL runtime to support MsgPack metadata
	- Fixed a typo in the value type field of kernel metadata for V3

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devkernel.hpp#15 edit


[ROCm/clr commit: 62e83525cb]
Этот коммит содержится в:
foreman
2019-04-17 16:21:36 -04:00
родитель 3c0c1d5345
Коммит 4700d613cb
+1 -1
Просмотреть файл
@@ -196,7 +196,7 @@ static const std::map<std::string,ArgField> ArgFieldMapV3 =
{".size", ArgField::Size},
{".offset", ArgField::Offset},
{".value_kind", ArgField::ValueKind},
{".vaule_type", ArgField::ValueType},
{".value_type", ArgField::ValueType},
{".pointee_align", ArgField::PointeeAlign},
{".address_space", ArgField::AddrSpaceQual},
{".access", ArgField::AccQual},