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

Added changelog entries for the upcoming 0.16.1 release #1613

Merged
merged 4 commits into from
Mar 28, 2024

Conversation

oleksandr-pavlyk
Copy link
Collaborator

This PR modifies CHANGELOG.md file to document changes from 0.16.0 tag to future 0.16.1 tag.

The writeup assumes that gh-1612 is merged, so this should only be merged after gh-1612 is in.

  • 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?

Copy link

github-actions bot commented Mar 27, 2024

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

CHANGELOG.md Outdated

### Changed

* Changed behavior of ``dpctl.tensor.usm_ndarray.__dlpack_device__`` method to return device id of the parent unpartition device if array is allocated on a sub-device instead of raising an exception: [#1604](https://github.com/IntelPython/dpctl/pull/1604)
Copy link
Contributor

@diptorupd diptorupd Mar 27, 2024

Choose a reason for hiding this comment

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

is unpartition a SYCL term? If not, should be "unpartitioned".

Copy link

Array API standard conformance tests for dpctl=0.16.0=py310h15de555_34 ran successfully.
Passed: 839
Failed: 0
Skipped: 92

CHANGELOG.md Outdated Show resolved Hide resolved
@ndgrigorian
Copy link
Collaborator

@oleksandr-pavlyk
Fixed section should also mention changes which resolved #1570 from #1608

Copy link

Array API standard conformance tests for dpctl=0.16.0=py310h15de555_49 ran successfully.
Passed: 839
Failed: 0
Skipped: 92

oleksandr-pavlyk and others added 2 commits March 27, 2024 16:31
usm-ndarray->usm_ndarray

Co-authored-by: ndgrigorian <[email protected]>
Copy link

Array API standard conformance tests for dpctl=0.16.0=py310h15de555_50 ran successfully.
Passed: 839
Failed: 0
Skipped: 92

@oleksandr-pavlyk oleksandr-pavlyk merged commit 3fbe606 into maintenance/0.16.x Mar 28, 2024
41 of 47 checks passed
@oleksandr-pavlyk oleksandr-pavlyk deleted the update-changelog-for-0.16.1 branch March 28, 2024 02:53
## [0.16.1] - Apr. XX, 2024

This is a bug-fix release, which also provides a change needed by ``numba_dpex`` project to support dispatching kernels
consuming instances of ``sycl::kernel_accessor`` template type.
Copy link
Contributor

Choose a reason for hiding this comment

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

s/sycl::kernel_accessor/sycl::local_accessor

@oleksandr-pavlyk oleksandr-pavlyk mentioned this pull request Mar 28, 2024
6 tasks
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.

3 participants