Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / IntelPython/dpctl issues and pull requests
#1808 - Implement dedicated strided `full` kernel and add `order="K"` support to constructors
Pull Request -
State: closed - Opened by ndgrigorian 3 months ago
- 13 comments
#1807 - Do not push_back compute event to host_tasks list
Pull Request -
State: closed - Opened by oleksandr-pavlyk 3 months ago
- 6 comments
#1806 - tensor.zeros to use async memset
Pull Request -
State: closed - Opened by oleksandr-pavlyk 3 months ago
- 6 comments
#1805 - Clean up uses of Strided1DIndexer
Pull Request -
State: closed - Opened by oleksandr-pavlyk 3 months ago
- 3 comments
#1804 - Fix issues for numpy 2.1.0
Pull Request -
State: closed - Opened by oleksandr-pavlyk 3 months ago
- 12 comments
#1803 - Bump github/codeql-action from 3.26.0 to 3.26.2
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
- 3 comments
Labels: dependencies
#1802 - Explicitly include headers used in the c++ file pertaining to reduction
Pull Request -
State: closed - Opened by oleksandr-pavlyk 3 months ago
- 3 comments
#1801 - Use level-zero-devel in host, remove level-zero from run sections
Pull Request -
State: closed - Opened by oleksandr-pavlyk 3 months ago
- 5 comments
#1800 - Move file to .github/CODEOWNERS
Pull Request -
State: closed - Opened by oleksandr-pavlyk 3 months ago
- 3 comments
#1799 - Fixed obvious unreferenced bug in copy-and-cast logic
Pull Request -
State: closed - Opened by oleksandr-pavlyk 3 months ago
- 3 comments
#1798 - Implements `dpctl.tensor.put_along_axis`
Pull Request -
State: closed - Opened by ndgrigorian 3 months ago
- 14 comments
#1797 - Replace sycl::free with sycl_free_noexcept
Pull Request -
State: closed - Opened by oleksandr-pavlyk 3 months ago
- 7 comments
#1796 - Bump github/codeql-action from 3.25.15 to 3.26.0
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
- 3 comments
Labels: dependencies
#1795 - Bump actions/upload-artifact from 4.3.5 to 4.3.6
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
- 3 comments
Labels: dependencies
#1794 - Documentation: Add doc page for `dpctl.tensor._flags.Flags` class
Pull Request -
State: closed - Opened by ndgrigorian 4 months ago
- 8 comments
#1793 - Expose `DLDeviceType` enumerator in `dpctl.tensor`
Pull Request -
State: closed - Opened by ndgrigorian 4 months ago
- 4 comments
#1792 - Fix for gh 1785
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 5 comments
#1791 - Try/catch wrap a call to deallocate in silent usm_host_allocator class to be used by std::vector for array metadata transfers
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 7 comments
#1790 - Add codeowner file in .github
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 6 comments
#1789 - Enhance from_dlpack to support imported kDLCPU data to kDLOneAPI
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 14 comments
#1788 - Search for ur_adapter_opencl alongside pi_opencl
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 4 comments
#1787 - Include utility for std::move
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 3 comments
#1786 - Fix gh-1769 - setting shape by a scalar
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 5 comments
#1785 - Raise an `IndexError` when array index is not integer
Issue -
State: closed - Opened by vtavana 4 months ago
- 1 comment
#1784 - Introduce _is_host_cpu utility predicate used in __dlpack__
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 4 comments
#1783 - Bump actions/upload-artifact from 4.3.4 to 4.3.5
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 3 comments
Labels: dependencies
#1782 - Add usm memory constructor from existing allocation
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 10 comments
#1781 - Support `kDLCPU` DLDeviceType for `from_dlpack` and `__dlpack__`
Pull Request -
State: closed - Opened by ndgrigorian 4 months ago
- 16 comments
#1780 - `diff` raises an exception for negative values of `n`
Pull Request -
State: closed - Opened by ndgrigorian 4 months ago
- 3 comments
#1779 - `dpt.diff` does not raise a validation exception for n < 0
Issue -
State: closed - Opened by antonwolfy 4 months ago
#1778 - Implement take_along_axis function per Python Array API
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 14 comments
#1777 - Fix testing step of conda-package workflow
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 4 comments
#1776 - Add missing include to fix build break
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 3 comments
#1775 - Update clang-format version used
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 11 comments
#1774 - Add `max dimensions` to array API capabilities
Pull Request -
State: closed - Opened by ndgrigorian 4 months ago
- 3 comments
#1773 - Drop use of soversion for dpctl sycl interface
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 4 comments
#1772 - Separate changes in pr 1763 from changes in pr 1760
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 3 comments
#1771 - `divide` and comparisons allow a greater range of Python integer and integer array combinations
Pull Request -
State: closed - Opened by ndgrigorian 4 months ago
- 9 comments
#1770 - Require numpy 2 at build time
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 11 comments
#1769 - Shape setter does not work with integer scalar
Issue -
State: closed - Opened by antonwolfy 4 months ago
- 2 comments
#1768 - Bump github/codeql-action from 3.25.13 to 3.25.15
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 3 comments
Labels: dependencies
#1767 - Bump ossf/scorecard-action from 2.3.3 to 2.4.0
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 3 comments
Labels: dependencies
#1766 - dpctl does not raise exception from `usm_ndarray` constructor for incompatible strides with shape
Issue -
State: closed - Opened by antonwolfy 4 months ago
- 2 comments
#1765 - Failed to use slice indexing in `usm_ndarray` built with self-overlapping strides
Issue -
State: closed - Opened by antonwolfy 4 months ago
- 2 comments
#1764 - `dpt.usm_ndarray` does not support order `"K"`
Issue -
State: closed - Opened by antonwolfy 4 months ago
- 2 comments
#1763 - Align to np2 py312
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 4 comments
#1762 - Fix crash testing with sycl nightly runtime
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 4 comments
#1761 - Inconsistent GPU Memory Usage Reporting Between `dpctl` and `xpu-smi`
Issue -
State: open - Opened by avimanyu786 4 months ago
- 14 comments
#1760 - Build with numpy 2.0
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 20 comments
#1759 - Fix gh 1744 clip out of bounds scalars
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 3 comments
#1758 - Use Pybind11 2.13.1 to build dpctl
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 3 comments
#1757 - The in-place elementwise operator cannot operate on the largest dtype for the second value.
Issue -
State: closed - Opened by npolina4 4 months ago
- 1 comment
#1756 - Propagate read-only flag from sycl_usm_array_interface in asarray
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 5 comments
#1755 - `dpt.from_dlpack` doesn't preserve flag values of an input array
Issue -
State: open - Opened by antonwolfy 4 months ago
- 1 comment
#1754 - Fix for gh 1749
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 3 comments
#1753 - Release GIL around blocking operations in libtensor
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 10 comments
#1752 - Relax hard pinning for build time compiler
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 3 comments
#1751 - windows pip installation doesn't find openCL cpu drivers properly
Issue -
State: open - Opened by icfaust 4 months ago
- 4 comments
#1750 - Bump github/codeql-action from 3.25.12 to 3.25.13
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 3 comments
Labels: dependencies
#1749 - Beginners guide installs dpctl 0.11.4 with conda on Windows 11
Issue -
State: closed - Opened by icfaust 4 months ago
- 1 comment
#1748 - Use bootstrap channel for Windows build too
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 3 comments
#1747 - In pyproject change to numpy>=1.23
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 6 comments
#1746 - Support DLPack on Windows
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 3 comments
#1745 - dpctl pip install broken on windows for python3.11
Issue -
State: open - Opened by icfaust 4 months ago
- 4 comments
#1744 - Fix `clip` for Numpy 2.0
Issue -
State: closed - Opened by ndgrigorian 4 months ago
#1743 - Add test_has_names[fft-*] tests to test skips list
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 3 comments
#1742 - tensor.clip throws ValueError on input generated by array API test
Issue -
State: open - Opened by oleksandr-pavlyk 4 months ago
- 1 comment
#1741 - Fix for gh 1738
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 6 comments
#1740 - Removed use of deprecated SYCL_DEVICE_FILTER
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 3 comments
#1739 - Require 2024.2.0 DPC++ compiler
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 4 comments
#1738 - `dpt.unique_inverse` and `dpt.unique_all` returns `inverse_indices` array of int32 dtype
Issue -
State: closed - Opened by antonwolfy 4 months ago
#1737 - Replace "-c intel" in docs and readme file
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 3 comments
#1736 - Backport changelong edits
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 3 comments
#1735 - Dpctl support for numpy 2.0 in runtime
Pull Request -
State: closed - Opened by oleksandr-pavlyk 4 months ago
- 6 comments
#1734 - Cannot install using conda
Issue -
State: closed - Opened by chillenb 4 months ago
- 5 comments
#1733 - Bump github/codeql-action from 3.25.11 to 3.25.12
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 3 comments
Labels: dependencies
#1732 - Implements `dpctl.tensor.count_nonzero` and `dpctl.tensor.diff`
Pull Request -
State: closed - Opened by ndgrigorian 4 months ago
- 22 comments
#1731 - Enable building to target AMD GPUs
Pull Request -
State: open - Opened by ndgrigorian 4 months ago
- 17 comments
#1730 - Implements `dpctl.tensor.nextafter` per array API
Pull Request -
State: closed - Opened by ndgrigorian 4 months ago
- 7 comments
#1729 - Replace use of intel channel, since it no longer works
Pull Request -
State: closed - Opened by oleksandr-pavlyk 5 months ago
- 6 comments
#1728 - Fixes `_from_input_shape_strides` not validating order in all paths
Pull Request -
State: closed - Opened by ndgrigorian 5 months ago
- 4 comments
#1727 - `extract` and `_extract_impl` now coerce USM type
Pull Request -
State: closed - Opened by ndgrigorian 5 months ago
- 6 comments
#1726 - Remove 'template' from call to `get_kernel` method of kernel bundle in sorting
Pull Request -
State: closed - Opened by ndgrigorian 5 months ago
- 2 comments
#1725 - Bump actions/upload-artifact from 3.1.0 to 4.3.4
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 3 comments
Labels: dependencies
#1724 - `dpt.usm_ndarray` does not validate `order` argument when `strides` keyword is passed
Issue -
State: closed - Opened by antonwolfy 5 months ago
#1723 - Question about USM type of result array for `dpt.extract`
Issue -
State: closed - Opened by antonwolfy 5 months ago
- 1 comment
#1722 - Bump github/codeql-action from 3.25.10 to 3.25.11
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 3 comments
Labels: dependencies
#1721 - Use Ubuntu 22.04 for `conda package` workflow
Pull Request -
State: closed - Opened by ndgrigorian 5 months ago
- 26 comments
#1720 - Improve exception raised by `broadcast_arrays` with no arguments
Pull Request -
State: closed - Opened by ndgrigorian 5 months ago
- 4 comments
#1719 - Add Python scalar support to `dpt.where`
Pull Request -
State: closed - Opened by ndgrigorian 5 months ago
- 6 comments
#1718 - Question about behavior with no array passed to `dpt.broadcast_arrays`
Issue -
State: closed - Opened by antonwolfy 5 months ago
- 1 comment
#1717 - [Feature request] Support different `out` dtypes for elementwise func
Issue -
State: open - Opened by vlad-perevezentsev 5 months ago
- 1 comment
Labels: question
#1716 - Feature request: make SyclQueue picklable
Issue -
State: open - Opened by olegkkruglov 5 months ago
- 2 comments
Labels: enhancement
#1715 - Feature request: implement array_api linalg support for dpctl tensors
Issue -
State: open - Opened by icfaust 5 months ago
- 1 comment
Labels: enhancement
#1714 - `dpt.empty_like`, `dpt.zeros_like` and `dpt.ones_like` do not create an array with the same stride as the input array
Issue -
State: closed - Opened by vtavana 5 months ago
- 1 comment
#1713 - Bump github/codeql-action from 3.25.8 to 3.25.10
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 3 comments
Labels: dependencies
#1712 - Bump actions/checkout from 4.1.5 to 4.1.7
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 3 comments
Labels: dependencies
#1711 - Unexpected result from divide-like ufuncs with unsigned integer array and negative integer scalar as inputs
Issue -
State: closed - Opened by antonwolfy 5 months ago
- 2 comments
#1710 - Request to add `py_unary_ufunc` and `py_binary_ufunc` functions to dpctl tensor headers
Issue -
State: open - Opened by antonwolfy 6 months ago
Labels: enhancement
#1709 - Bump github/codeql-action from 3.25.7 to 3.25.8
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
- 3 comments
Labels: dependencies