Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

allow temp_memory_handler to allocate memory for multiple times #161

Merged
merged 5 commits into from
Apr 30, 2024

Conversation

linhu-nv
Copy link
Contributor

fix to issue 76, which allows temp_memory_handler to allocate memory for multiple times.

@linhu-nv linhu-nv requested a review from a team as a code owner April 12, 2024 09:53
@linhu-nv linhu-nv closed this Apr 15, 2024
@linhu-nv linhu-nv reopened this Apr 15, 2024
@chuangz0 chuangz0 self-requested a review April 16, 2024 02:20
@chuangz0 chuangz0 added non-breaking Introduces a non-breaking change improvement Improves an existing functionality labels Apr 16, 2024
@@ -49,6 +49,7 @@ PACKAGES="pylibwholegraph"
rapids-mamba-retry install \
--channel "${CPP_CHANNEL}" \
--channel "${PYTHON_CHANNEL}" \
'mkl<2024.1.0' \
Copy link
Member

Choose a reason for hiding this comment

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

Is this change temporary or permanent?

The PR doesn't mention this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This change in test_python.sh is actually another PR(#162) addressing mkl and PyTorch conflict. And PR 162 is now merged into wholegraph. I rebased current PR on PR 162 to pass CI before PR 162 is merged. In conclusion, this change in test_python.sh has already be merged. Sorry for the confusion. I will wait for a PR to be merged, and then rebase on it next time.

@BradReesWork
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit b453a1d into rapidsai:branch-24.06 Apr 30, 2024
48 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants