Skip to content

Merge 0.15.0rc1 into gold/2021 #1405

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

Merged
merged 6 commits into from
Sep 19, 2023
Merged

Merge 0.15.0rc1 into gold/2021 #1405

merged 6 commits into from
Sep 19, 2023

Conversation

oleksandr-pavlyk
Copy link
Contributor

@oleksandr-pavlyk oleksandr-pavlyk commented Sep 19, 2023

This PR merges gh-1381 and gh-1401

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to an issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • Have you checked performance impact of proposed changes?
  • If this PR is a work in progress, are you opening the PR as a draft?

ndgrigorian and others added 6 commits September 13, 2023 10:36
* Factored mask_positions implementation and kernels into separate files
Doing this will make implementing more accumulators convenient

* Moved split_iteration_space into simplify_iteration_space.cpp

* Implements _cumsum_1d

* Implements dpctl.tensor.repeat

* Adds tests for dpctl.tensor.repeat

* Added repeat.__docstring__

* repeat now permits 0d arrays when `axis` is `None`
- Also adds a check that the sole element of a length 1 tuple is an integer before proceeding to the scalar case

* Implemented usm_ndarray `repeats` inputs for repeat

* Implements dpctl.tensor.tile

---------

Co-authored-by: Oleksandr Pavlyk <[email protected]>
* Changed WG traversal pattern in boolean reductions

Similar to changes in sum, now traverses the iteration dimension the fastest

* Implements boolean reduction kernel for axis 0
- Aligns with similar changes to sum

* Require Numpy <1.26 until test_hyperbolic is fixed
Co-authored-by: ndgrigorian <[email protected]>
Populate changelog for 0.15.0 release
@oleksandr-pavlyk oleksandr-pavlyk merged commit bc2cdb4 into gold/2021 Sep 19, 2023
@github-actions
Copy link

Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞

@github-actions
Copy link

@github-actions
Copy link

Array API standard conformance tests for dpctl=0.15.0rc1=py310ha25a700_35 ran successfully.
Passed: 916
Failed: 84
Skipped: 119

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants