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

Refactored Subarray and SubarrayPartitioner towards addressing #93 #1518

Merged
merged 1 commit into from
Feb 24, 2020

Conversation

stavrospapadopoulos
Copy link
Member

No description provided.

@@ -109,6 +117,9 @@ class Range {
/** An N-dimensional range, consisting of a vector of 1D ranges. */
typedef std::vector<Range> NDRange;

/** A value as a vector of bytes. */
typedef std::vector<uint8_t> Value;
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we rename this to something less generic? Maybe something like ByteVecValue?

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure thing, I can do that change.

@stavrospapadopoulos stavrospapadopoulos merged commit 0f21843 into dev Feb 24, 2020
@stavrospapadopoulos stavrospapadopoulos deleted the sp/refactor_subarray branch February 24, 2020 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants