Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vx_scalar that is created by vxCreateScalarWithSize cannot be read #48

Open
lses40311 opened this issue Jan 6, 2022 · 0 comments
Open

Comments

@lses40311
Copy link

Hi,

vx_scalar values can be accessed by vxCopyScalarWithSize(...) only.

Either vxWriteScalarValue(...) and vxReadScalarValue(...) does not work with these scalar since they will access the union memory of the struct instead of the data_addr pointer.

Hence, the users have to trace the variables to select the compatible apis even though they are all vx_scalars.

Was this designed in purpose? Thanks!!

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

No branches or pull requests

1 participant