Update hip_module.cpp

Typo.

[ROCm/hip commit: cd6c979c27]
This commit is contained in:
Alex Voicu
2018-05-18 17:50:45 +01:00
کامیت شده توسط GitHub
والد 554aaee804
کامیت 69a32877d7
@@ -485,7 +485,7 @@ namespace
&prop, ihipGetTlsDefaultCtx()->getDevice()->_deviceId);
// TODO: at the moment there is no way to query the count of registers
// available per CU, therefore we hardcode it to 64 KiRegisters.
prop.regsPerBlock = prop.regsPerBlock ? prop.regsPerBlock : 64 * 1024.
prop.regsPerBlock = prop.regsPerBlock ? prop.regsPerBlock : 64 * 1024;
r.localSizeBytes = header.workitem_private_segment_byte_size;
r.sharedSizeBytes = header.workgroup_group_segment_byte_size;