-
Notifications
You must be signed in to change notification settings - Fork 158
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
memory sanitizer reports errors for simple example #298
Comments
Once I defined this , the problem got resolved thank you. |
Nice - thank you for updating, it does seem like there is a raised warning from the debug layers so we'll have a look. Thank you for reporting |
I'm getting a crash for this line aswell:
|
@feliwir thank you for reporting this issue, however it seems it's a different issue, quite a strange one. Could you please create a new issue with the details on your versions of vulkan, etc (as per the issue creation tempalte)? We'll close this issue as several debug layer issues have been resolved since the most recent version. |
Hi
I am trying to integrate the given simple multiplication example into a project. I use the memory sanitizer by default and it is showing following info.
single_include/kompute/Kompute.hpp:1049:30: runtime error: member call on address 0x555559947500 which does not point to an object of type 'TensorT'
0x555559947500: note: object has invalid vptr
Please help on how to proceed.
Also, in debug mode I am getting a segmentation fault in manager.cpp at this line
this->mInstance->destroyDebugReportCallbackEXT(
why is this happening ?
The text was updated successfully, but these errors were encountered: