Skip to content

Conversation

@gorazd-sumkovski-arm
Copy link
Contributor

The DeviceAddrFromAPI variable is of type cl_mem_device_address_ext. But on 32-bit systems sizeof(void*) = 4 < 8 = sizeof(cl_mem_device_address_ext). Pass sizeof(DeviceAddrFromAPI) instead.

The `DeviceAddrFromAPI` variable is of type `cl_mem_device_address_ext`.
But on 32-bit systems `sizeof(void*) = 4 < 8 = sizeof(cl_mem_device_address_ext)`.
Pass `sizeof(DeviceAddrFromAPI)` instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant