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

[Core] Fix bug with WEBGL_PACK=false and uploading packed tensor #2291

Merged
merged 1 commit into from Oct 30, 2019

Conversation

dsmilkov
Copy link
Contributor

@dsmilkov dsmilkov commented Oct 30, 2019

Fix a bug with WEBGL_PACK=false and uploading packed tensor. Also fix a bug in how we count data ids in the backend. This makes all but 1 test to pass with WEBGL_PACK false.

Since I'm out of battery, will address the remaining unit test in another PR where I will enable WEBGL_PACK false for CI testing. The remaining test is NOT critical - it is related to debug mode.


This change is Reviewable

@dsmilkov dsmilkov changed the title Fix bug when WEBGL_PACK is false and we want to upload a packed tensor [Core] Fix bug with WEBGL_PACK=false and uploading packed tensor Oct 30, 2019
Copy link
Contributor

@nsthorat nsthorat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 2 files at r1.
Reviewable status: :shipit: complete! 1 of 1 approvals obtained (waiting on @annxingyuan and @nsthorat)

@nsthorat nsthorat merged commit 842b6a9 into master Oct 30, 2019
@nsthorat nsthorat deleted the fix-unpacked-webgl branch October 30, 2019 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants