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] Bitwise binary ops AND, OR, XOR (&, |, ^) #1292

Merged
merged 12 commits into from
Mar 28, 2019

Conversation

devavret
Copy link
Contributor

@devavret devavret commented Mar 26, 2019

Adds JIT compiled bitwise binary ops
Resolves #49

  • libcudf
    • Jit functions
    • gtests
  • cuDF
    • Cython bindings
    • series.__and__, series.__or__, series.__xor__
    • dataframe.__and__, dataframe.__or__, dataframe.__xor__
    • index.__and__, index.__or__, index.__xor__
    • pytests

@devavret devavret changed the title [WIP] Bitwise binary ops AND, OR, XOR (&, |, ^) [REVIEW] Bitwise binary ops AND, OR, XOR (&, |, ^) Mar 27, 2019
python/cudf/dataframe/series.py Outdated Show resolved Hide resolved
python/cudf/dataframe/dataframe.py Show resolved Hide resolved
python/cudf/dataframe/dataframe.py Show resolved Hide resolved
@harrism harrism added 3 - Ready for Review Ready for review by team libcudf Affects libcudf (C++/CUDA) code. labels Mar 28, 2019
Copy link
Member

@harrism harrism left a comment

Choose a reason for hiding this comment

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

Perfect, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team libcudf Affects libcudf (C++/CUDA) code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support more series operators
3 participants