We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, getTensorData in runtime assumes element size of tensor data is always 4 bytes(c++ float).
This should be updated to correctly calculate allocated memory of data returned.
Blocks tt-torch#95 where seg fault occurs trying to access 1MB of data out of 0.5MB allocated.
The text was updated successfully, but these errors were encountered:
Making this change is not required since we can use memcpy instead to copy Tensors.
Sorry, something went wrong.
brataTT
No branches or pull requests
Currently, getTensorData in runtime assumes element size of tensor data is always 4 bytes(c++ float).
This should be updated to correctly calculate allocated memory of data returned.
Blocks tt-torch#95 where seg fault occurs trying to access 1MB of data out of 0.5MB allocated.
The text was updated successfully, but these errors were encountered: