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

#1982 - Fix incorrect tests in `test_usm_ndarray_dlpack`

Pull Request - State: closed - Opened by ndgrigorian 8 days ago - 4 comments

#1981 - Bump github/codeql-action from 3.28.1 to 3.28.5

Pull Request - State: closed - Opened by dependabot[bot] 13 days ago - 4 comments
Labels: dependencies

#1980 - [MAINT] Unpin conda-build

Pull Request - State: closed - Opened by ndgrigorian 13 days ago - 6 comments

#1979 - Fix array API inspection behavior with `device` keyword

Pull Request - State: closed - Opened by ndgrigorian 16 days ago - 6 comments

#1978 - `__array_namespace_info__.dtypes` raises `AttributeError` for device passed as a string

Issue - State: closed - Opened by antonwolfy 17 days ago - 2 comments
Labels: documentation, enhancement

#1977 - `__array_namespace_info__` returns `complex128` dtype when no fp64

Issue - State: closed - Opened by antonwolfy 17 days ago
Labels: bug

#1976 - Reduce elementwise extension size

Pull Request - State: closed - Opened by oleksandr-pavlyk 19 days ago - 4 comments

#1975 - Remove const qualifiers for class/struct members per C++ guidelines

Pull Request - State: closed - Opened by oleksandr-pavlyk 20 days ago - 3 comments

#1974 - Fix build of dpctl with sycl nightly from 2025-01-18

Pull Request - State: closed - Opened by oleksandr-pavlyk 21 days ago - 4 comments

#1973 - [MAINT] Pin conda-build to most recent working version

Pull Request - State: closed - Opened by ndgrigorian 23 days ago - 4 comments

#1972 - Add versioneer as build requirement in documentation

Pull Request - State: closed - Opened by ndgrigorian 23 days ago - 5 comments

#1971 - Set subprocess to no use fork

Pull Request - State: closed - Opened by oleksandr-pavlyk 23 days ago - 6 comments

#1970 - Improve coverage stats

Pull Request - State: closed - Opened by oleksandr-pavlyk 24 days ago - 4 comments

#1969 - Add stream argument validation

Pull Request - State: closed - Opened by oleksandr-pavlyk 24 days ago - 5 comments

#1968 - Replace np.empty_like(usm_ndarray_inst) with np.empty(shape, dtype=dt)

Pull Request - State: closed - Opened by oleksandr-pavlyk 24 days ago - 3 comments

#1967 - Avoid copies in sorting

Pull Request - State: closed - Opened by oleksandr-pavlyk 25 days ago - 6 comments

#1966 - Make `stream` a keyword-only argument in `usm_ndarray.to_device`

Pull Request - State: closed - Opened by ndgrigorian 25 days ago - 6 comments

#1964 - Usm ndrray array protocol must raise

Pull Request - State: closed - Opened by oleksandr-pavlyk 26 days ago - 12 comments

#1963 - Bump actions/upload-artifact from 4.5.0 to 4.6.0

Pull Request - State: closed - Opened by dependabot[bot] 27 days ago - 4 comments
Labels: dependencies

#1962 - Bump github/codeql-action from 3.28.0 to 3.28.1

Pull Request - State: closed - Opened by dependabot[bot] 27 days ago - 4 comments
Labels: dependencies

#1961 - Use --offload-compress linker option to compress offload sections

Pull Request - State: closed - Opened by oleksandr-pavlyk 29 days ago - 11 comments

#1960 - Avoid copy in triul ctor host task

Pull Request - State: closed - Opened by oleksandr-pavlyk 29 days ago - 3 comments

#1959 - Tensor asarray support for usm ndarray protocol

Pull Request - State: closed - Opened by oleksandr-pavlyk 29 days ago - 8 comments

#1958 - Add dedicated reduction kernels for sums and products of boolean arrays

Pull Request - State: closed - Opened by ndgrigorian about 1 month ago - 4 comments

#1957 - Technical debt changes

Pull Request - State: closed - Opened by oleksandr-pavlyk about 1 month ago - 7 comments

#1956 - [MAINT] Update copyright to 2025

Pull Request - State: closed - Opened by ndgrigorian about 1 month ago - 7 comments

#1955 - Additional qualified cpp types

Pull Request - State: closed - Opened by oleksandr-pavlyk about 1 month ago - 4 comments

#1954 - Investigate test hang

Issue - State: open - Opened by oleksandr-pavlyk about 1 month ago - 7 comments

#1953 - Improve interoperability between `SyclDevice` and DLPack devices

Pull Request - State: closed - Opened by ndgrigorian about 1 month ago - 20 comments

#1951 - Work-around for issue with CPU driver, add tests

Pull Request - State: closed - Opened by oleksandr-pavlyk about 1 month ago - 22 comments
Labels: tensor

#1949 - Bump actions/upload-artifact from 4.4.3 to 4.5.0

Pull Request - State: closed - Opened by dependabot[bot] about 2 months ago - 4 comments
Labels: dependencies

#1948 - Bump github/codeql-action from 3.27.9 to 3.28.0

Pull Request - State: closed - Opened by dependabot[bot] about 2 months ago - 4 comments
Labels: dependencies

#1947 - [DO NOT MERGE] Sasha triage topk test failure amd

Pull Request - State: closed - Opened by oleksandr-pavlyk about 2 months ago - 21 comments

#1946 - Add iota kernel

Pull Request - State: closed - Opened by oleksandr-pavlyk about 2 months ago - 16 comments

#1945 - Triage `top_k` test failure from radix-sort-based implementation

Pull Request - State: closed - Opened by ndgrigorian about 2 months ago - 5 comments

#1943 - Run nightly tests with Python 3.13 as well

Pull Request - State: closed - Opened by oleksandr-pavlyk about 2 months ago - 3 comments

#1942 - Improve base step of scan algorithm

Pull Request - State: closed - Opened by oleksandr-pavlyk about 2 months ago - 9 comments

#1941 - Support python 3.13

Pull Request - State: closed - Opened by oleksandr-pavlyk about 2 months ago - 5 comments

#1940 - Bump github/codeql-action from 3.27.6 to 3.27.9

Pull Request - State: closed - Opened by dependabot[bot] about 2 months ago - 5 comments
Labels: dependencies

#1939 - Use Miniforge3 variant in test-windows step

Pull Request - State: closed - Opened by oleksandr-pavlyk about 2 months ago - 2 comments

#1938 - Add test file for top_k functionality

Pull Request - State: closed - Opened by oleksandr-pavlyk about 2 months ago - 7 comments

#1937 - This is a follow-up pr to make some changes suggested after approval

Pull Request - State: closed - Opened by oleksandr-pavlyk about 2 months ago - 3 comments

#1935 - Resolve deprecation warnings when building Cython examples

Pull Request - State: closed - Opened by oleksandr-pavlyk about 2 months ago - 11 comments

#1934 - Allow uint64 indices in `dpt.take_along_axis` and `dpt.put_along_axis`

Pull Request - State: closed - Opened by ndgrigorian about 2 months ago - 6 comments

#1933 - Fix deprecation warnings in example/ sources

Pull Request - State: closed - Opened by oleksandr-pavlyk about 2 months ago - 6 comments

#1932 - Speed up custom reductions

Pull Request - State: closed - Opened by oleksandr-pavlyk about 2 months ago - 6 comments

#1931 - Use towncrier to manage changelog

Issue - State: open - Opened by oleksandr-pavlyk about 2 months ago
Labels: infrastructure

#1930 - Windows can't find SYCL Module

Issue - State: closed - Opened by liam-clink 2 months ago - 16 comments

#1928 - Bugfix/gh 1926 astype

Pull Request - State: closed - Opened by oleksandr-pavlyk 2 months ago - 4 comments

#1927 - Bump github/codeql-action from 3.27.5 to 3.27.6

Pull Request - State: closed - Opened by dependabot[bot] 2 months ago - 4 comments
Labels: dependencies

#1925 - Add changes to changelog from maintenance/0.18.x branch

Pull Request - State: closed - Opened by oleksandr-pavlyk 2 months ago - 3 comments

#1924 - Backport gh-1922

Pull Request - State: closed - Opened by oleksandr-pavlyk 2 months ago - 3 comments

#1923 - Boolean indexing improvements

Pull Request - State: closed - Opened by oleksandr-pavlyk 2 months ago - 10 comments

#1922 - Support dpctl in virtual environment on Windows out of the box

Pull Request - State: closed - Opened by oleksandr-pavlyk 2 months ago - 13 comments

#1921 - Implements `top_k` in dpctl.tensor

Pull Request - State: closed - Opened by ndgrigorian 2 months ago - 25 comments

#1920 - Correct docstring of Container helper class

Pull Request - State: closed - Opened by oleksandr-pavlyk 2 months ago - 3 comments

#1919 - Updated from_dlpack docstring

Pull Request - State: closed - Opened by oleksandr-pavlyk 2 months ago - 3 comments

#1918 - Technical debt changes in radix_sort.hpp

Pull Request - State: closed - Opened by oleksandr-pavlyk 2 months ago - 5 comments

#1917 - `dpctl.tensor.from_dlpack` returns numpy.ndarray

Issue - State: closed - Opened by antonwolfy 2 months ago

#1916 - Bump jidicula/clang-format-action from 4.13.0 to 4.14.0

Pull Request - State: closed - Opened by dependabot[bot] 2 months ago - 4 comments
Labels: dependencies

#1915 - Fix 1913 empty boolean mask

Pull Request - State: closed - Opened by oleksandr-pavlyk 2 months ago - 3 comments

#1914 - Add dpcpp runtime to project dependencies section of wheel metadata

Pull Request - State: closed - Opened by oleksandr-pavlyk 2 months ago - 4 comments

#1912 - Arrays sequence in advanced indexing separated by basic slicing

Issue - State: closed - Opened by antonwolfy 2 months ago - 4 comments
Labels: question

#1911 - Unexpected shape returned by applying advanced indexing

Issue - State: closed - Opened by antonwolfy 2 months ago - 4 comments
Labels: question

#1908 - Backport to maintenance 0.18.x/gh 1899

Pull Request - State: closed - Opened by oleksandr-pavlyk 3 months ago - 4 comments

#1907 - Backport to maintenance 0.18.x/gh 1893

Pull Request - State: closed - Opened by oleksandr-pavlyk 3 months ago - 2 comments

#1906 - Backport workflow changes

Pull Request - State: closed - Opened by oleksandr-pavlyk 3 months ago - 4 comments

#1905 - Fixed stray and malformed block of copy-pasted code

Pull Request - State: closed - Opened by oleksandr-pavlyk 3 months ago - 3 comments

#1904 - Backport gh1874

Pull Request - State: closed - Opened by oleksandr-pavlyk 3 months ago - 7 comments

#1903 - Add a work-flow to run nightly tests of dpctl

Pull Request - State: closed - Opened by oleksandr-pavlyk 3 months ago - 3 comments

#1902 - Bugfix/gh 1901 scan algo

Pull Request - State: closed - Opened by oleksandr-pavlyk 3 months ago - 5 comments

#1900 - Add support of CV-qualifiers in `is_complex<T>` helper

Pull Request - State: closed - Opened by antonwolfy 3 months ago - 14 comments

#1899 - Add missing include to `math_utils.hpp`

Pull Request - State: closed - Opened by antonwolfy 3 months ago - 5 comments

#1898 - Address CI warnings to not use nodefaults channel

Pull Request - State: closed - Opened by oleksandr-pavlyk 3 months ago - 6 comments

#1897 - Bump github/codeql-action from 3.27.1 to 3.27.4

Pull Request - State: closed - Opened by dependabot[bot] 3 months ago - 4 comments
Labels: dependencies

#1895 - Contribution to 1894

Pull Request - State: closed - Opened by oleksandr-pavlyk 3 months ago - 2 comments

#1894 - Fix undefined behavior in integer advanced indexing and indexing functions

Pull Request - State: closed - Opened by ndgrigorian 3 months ago - 4 comments

#1893 - Introduce DPCTL_WITH_REDIST cmake option to fix gh-1892

Pull Request - State: closed - Opened by oleksandr-pavlyk 3 months ago - 12 comments

#1891 - Contribution to fix gh 1887

Pull Request - State: closed - Opened by oleksandr-pavlyk 3 months ago - 3 comments

#1890 - Check pointer alignment when copying from strided array to C-contiguous array

Pull Request - State: closed - Opened by ndgrigorian 3 months ago - 9 comments

#1889 - Elementwise functions tuning

Pull Request - State: open - Opened by oleksandr-pavlyk 3 months ago - 18 comments

#1888 - Bump github/codeql-action from 3.27.0 to 3.27.1

Pull Request - State: closed - Opened by dependabot[bot] 3 months ago - 5 comments
Labels: dependencies

#1886 - Delete remove defaults channel step from test_windows job

Pull Request - State: closed - Opened by oleksandr-pavlyk 3 months ago - 4 comments

#1885 - Fix the incorrect classifier

Pull Request - State: closed - Opened by ekomarova 3 months ago - 2 comments

#1884 - Update generate-coverage workflow to work with oneAPI 2025

Pull Request - State: closed - Opened by oleksandr-pavlyk 3 months ago - 12 comments

#1883 - Change descending from template parameter to an argument

Pull Request - State: closed - Opened by oleksandr-pavlyk 3 months ago - 2 comments

#1882 - Bump github/codeql-action from 3.26.13 to 3.27.0

Pull Request - State: closed - Opened by dependabot[bot] 3 months ago - 4 comments
Labels: dependencies

#1881 - Bump actions/checkout from 4.2.1 to 4.2.2

Pull Request - State: closed - Opened by dependabot[bot] 3 months ago - 4 comments
Labels: dependencies