Skip to content

Using the new core type system#903

Merged
magnatelee merged 13 commits intonv-legate:branch-23.05from
magnatelee:core-type-system
May 4, 2023
Merged

Using the new core type system#903
magnatelee merged 13 commits intonv-legate:branch-23.05from
magnatelee:core-type-system

Conversation

@magnatelee
Copy link
Copy Markdown
Contributor

@magnatelee magnatelee commented Apr 21, 2023

This PR updates the cuNumeric code to use the new core type system in nv-legate/legate#697. Though this PR updates almost every C++ file in the repository, the majority of changes is just to catch up the changes in type codes (legate::LegateTypeCode => legate::Type::Code).

@magnatelee magnatelee added the category:task PR is a simple task and will not be included in release notes label Apr 21, 2023
Copy link
Copy Markdown
Contributor

@jjwilke jjwilke left a comment

Choose a reason for hiding this comment

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

LGTM. A few minor nits, but no blockers.

Comment thread cunumeric/deferred.py
Comment thread cunumeric/runtime.py Outdated
Comment thread cunumeric/runtime.py Outdated
Comment thread cunumeric/runtime.py Outdated
Comment thread src/cunumeric/arg_redop_register.cu
@magnatelee magnatelee requested a review from jjwilke May 3, 2023 23:38
Copy link
Copy Markdown
Contributor

@jjwilke jjwilke left a comment

Choose a reason for hiding this comment

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

LGTM

Comment thread cunumeric/deferred.py
@magnatelee magnatelee merged commit 9b9d5e0 into nv-legate:branch-23.05 May 4, 2023
@magnatelee magnatelee deleted the core-type-system branch May 4, 2023 00:20
p_samples,
num_samples_l * sizeof(SegmentSample<VAL>),
comm::coll::CollDataType::CollUint8,
comm::coll::CollDataType::Code::CollUint8,
Copy link
Copy Markdown
Contributor

@manopapad manopapad May 4, 2023

Choose a reason for hiding this comment

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

Overeager search/replace

shixun404 pushed a commit to shixun404/cupynumeric that referenced this pull request Sep 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category:task PR is a simple task and will not be included in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants