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

[Tf] fix TfDenseHashMap test for windows debug builds #1842

Conversation

pmolodo
Copy link
Contributor

@pmolodo pmolodo commented Apr 26, 2022

Description of Change(s)

the size of vectors changes in debug mode on windows - from 3*sizeof(void*) to 4*sizeof(void*).

This causes an assertion of the sizeof TfDenseHashMap to fail on windows in debug mode.

Fixes Issue(s)

  • TfDenseHashMap test fails when building debug config on windows

  • I have submitted a signed Contributor License Agreement

the size of vectors changes in debug mode on windows - from
3*sizeof(void*) to 4*sizeof(void*)
@jilliene
Copy link

Filed as internal issue #USD-7343

@pixar-oss pixar-oss merged commit 52b5a63 into PixarAnimationStudios:dev May 25, 2022
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.

3 participants