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

[REVIEW] Considering managed memory in the device type checking #2573

Merged
merged 5 commits into from
Jul 22, 2020

Conversation

rommelDB
Copy link

Fixes #2572

I understand that the intent of these assertions is to verify that the memory buffers must be accessible by the device, and since managed memory can be considered device memory, my proposal is to consider it too.

@rommelDB rommelDB requested a review from a team as a code owner July 18, 2020 06:25
@dantegd
Copy link
Member

dantegd commented Jul 20, 2020

@rommelDB thanks for the PR! It looks good, but could you add a Changelog entry so that CI can run on it? Thanks!

@GPUtester
Copy link
Contributor

Please update the changelog in order to start CI tests.

View the gpuCI docs here.

1 similar comment
@GPUtester
Copy link
Contributor

Please update the changelog in order to start CI tests.

View the gpuCI docs here.

@rommelDB rommelDB changed the title [WIP] Considering managed memory in the device type checking [REVIEW] Considering managed memory in the device type checking Jul 21, 2020
Copy link
Member

@dantegd dantegd left a comment

Choose a reason for hiding this comment

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

lgtm

@dantegd dantegd added the 5 - Ready to Merge Testing and reviews complete, ready to merge label Jul 21, 2020
@dantegd
Copy link
Member

dantegd commented Jul 21, 2020

rerun tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Assertion fails when handling memory from a managed allocator on the KMeans algorithm
3 participants