Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / IntelPython/dpnp issues and pull requests
#1320 - Enable Google Analytics
Pull Request -
State: closed - Opened by samaid over 1 year ago
#1313 - dpnp ufuncs do not define the nin attribute
Issue -
State: closed - Opened by diptorupd almost 2 years ago
- 2 comments
#1310 - Simplify asserts in dlpack tests
Pull Request -
State: closed - Opened by antonwolfy almost 2 years ago
#1309 - Add missing dtype aliases
Pull Request -
State: closed - Opened by antonwolfy almost 2 years ago
- 4 comments
#1307 - DPNP is missing aliases for numpy dtypes
Issue -
State: closed - Opened by samaid almost 2 years ago
#1305 - Change dpnp.asfarray to run on Iris Xe
Pull Request -
State: closed - Opened by vlad-perevezentsev almost 2 years ago
#1302 - Remove mixed host\dev implementation from dpnp.any()
Pull Request -
State: closed - Opened by antonwolfy almost 2 years ago
#1301 - Remove mixed host\dev implementation from dpnp.all()
Pull Request -
State: closed - Opened by antonwolfy almost 2 years ago
#1299 - meshgrid function examples with unsupported parameter
Issue -
State: closed - Opened by npolina4 almost 2 years ago
- 1 comment
#1297 - OneMKL 2023.1 includes fix gaussian() with box_muller2 method
Pull Request -
State: closed - Opened by antonwolfy almost 2 years ago
#1296 - Add dlpack support
Pull Request -
State: closed - Opened by vlad-perevezentsev almost 2 years ago
- 1 comment
#1294 - Update dpnp tests to run on Iris Xe
Pull Request -
State: closed - Opened by vlad-perevezentsev almost 2 years ago
- 4 comments
#1293 - Update all dpnp tests to run on IRIS Xe
Issue -
State: closed - Opened by vlad-perevezentsev almost 2 years ago
- 1 comment
#1281 - Use linspace() function from dpctl.tensor.
Pull Request -
State: closed - Opened by npolina4 almost 2 years ago
- 3 comments
#1279 - Print dpnp array
Pull Request -
State: closed - Opened by vtavana almost 2 years ago
- 1 comment
#1258 - dpnp.count_nonzero does return scalar vs.0-shape device array
Issue -
State: closed - Opened by samaid almost 2 years ago
- 1 comment
Labels: bug
#1257 - Performance of dpnp is 350x slower than numpy on Monte Carlo Pi example
Issue -
State: closed - Opened by samaid almost 2 years ago
- 1 comment
Labels: performance
#1249 - Example rewritten on the dpnp failed with numpy.pi
Issue -
State: closed - Opened by mvyasank almost 2 years ago
- 1 comment
Labels: bug
#1243 - Proper types matching for shape_elem_type* and DPCTLSyclEventRef
Issue -
State: closed - Opened by chudur-budur about 2 years ago
- 1 comment
#1242 - "where" operator is not working correctly in dpnp
Issue -
State: closed - Opened by mvyasank about 2 years ago
#1229 - dpnp array creations should document device, sycl_queue, usm_type keywords in docstrings
Issue -
State: closed - Opened by oleksandr-pavlyk about 2 years ago
#1215 - dpnp.allclose seg-faults
Issue -
State: closed - Opened by oleksandr-pavlyk about 2 years ago
- 1 comment
Labels: bug
#1187 - Silence deprecation warning about np.float usage
Issue -
State: closed - Opened by diptorupd about 2 years ago
- 1 comment
#1183 - Extend pre-commit checks
Pull Request -
State: closed - Opened by antonwolfy about 2 years ago
- 1 comment
#1155 - remove mixed host\dev impl from dpnp_all dpnp_any
Pull Request -
State: closed - Opened by vladislav-markin over 2 years ago
- 1 comment
#1153 - real and imag funcs impl
Pull Request -
State: closed - Opened by Alexander-Makaryev over 2 years ago
- 1 comment
#1151 - Cython CFD test
Pull Request -
State: closed - Opened by Alexander-Makaryev over 2 years ago
#1136 - Add page 'Compute follows data' to docs
Pull Request -
State: open - Opened by densmirn over 2 years ago
- 1 comment
#1115 - Fix test_density for histogram
Pull Request -
State: open - Opened by LukichevaPolina almost 3 years ago
- 1 comment
#1113 - Changed the parameters type to ssize_t in dot func and strides for vectors
Pull Request -
State: closed - Opened by LukichevaPolina almost 3 years ago
- 3 comments
#1102 - example10.py fails: AttributeError: 'dpctl._sycl_device.SyclDevice' object has no attribute 'dump_device_info'
Issue -
State: closed - Opened by jeffhammond almost 3 years ago
- 1 comment
#1101 - example2.py fails: AttributeError: 'dpctl.tensor._usmarray.usm_ndarray' object has no attribute 'sin'
Issue -
State: closed - Opened by jeffhammond almost 3 years ago
- 1 comment
#1101 - example2.py fails: AttributeError: 'dpctl.tensor._usmarray.usm_ndarray' object has no attribute 'sin'
Issue -
State: closed - Opened by jeffhammond almost 3 years ago
- 1 comment
#1037 - FIX: random shuffle for ndim arrays
Pull Request -
State: closed - Opened by samir-nasibli about 3 years ago
- 3 comments
#1027 - STY: codestyle 10/22/2021
Pull Request -
State: closed - Opened by samir-nasibli about 3 years ago
#1025 - Third-party cupy fft tests fails even if dpnp doing fallback
Issue -
State: closed - Opened by samir-nasibli about 3 years ago
- 1 comment
#1024 - Add triggers to CI
Pull Request -
State: closed - Opened by 1e-to about 3 years ago
- 6 comments
#1005 - 2 NumPy/MKL issues on CPU with tests/test_linalg.py::test_eig_arange
Issue -
State: closed - Opened by densmirn about 3 years ago
- 2 comments
Labels: bug
#999 - Enable tests in integration CI
Pull Request -
State: closed - Opened by Alexander-Makaryev about 3 years ago
- 2 comments
#995 - EXTERNAL TESTS fix for numpy 1.20.3
Pull Request -
State: closed - Opened by densmirn about 3 years ago
- 2 comments
#988 - ENH: `dpnp.fft` update 2
Pull Request -
State: closed - Opened by samir-nasibli about 3 years ago
- 2 comments
#965 - add download counter
Pull Request -
State: closed - Opened by shssf about 3 years ago
#948 - `usm_ndarray.flags` interface is not compatible with `third-party/cupy` test cases.
Issue -
State: closed - Opened by samir-nasibli about 3 years ago
#948 - `usm_ndarray.flags` interface is not compatible with `third-party/cupy` test cases.
Issue -
State: closed - Opened by samir-nasibli about 3 years ago
#834 - call_origin means such function can't executed in GPU?
Issue -
State: closed - Opened by wdkwyf over 3 years ago
- 1 comment
#834 - call_origin means such function can't executed in GPU?
Issue -
State: closed - Opened by wdkwyf over 3 years ago
- 1 comment
#821 - all tests for `dpnp.fft` are failed
Issue -
State: closed - Opened by samir-nasibli over 3 years ago
- 1 comment
Labels: bug
#774 - arange func: support negative inputs
Issue -
State: closed - Opened by Alexander-Makaryev over 3 years ago
- 1 comment
#774 - arange func: support negative inputs
Issue -
State: closed - Opened by Alexander-Makaryev over 3 years ago
- 1 comment
#753 - Backend example does not compile
Issue -
State: closed - Opened by shssf over 3 years ago
- 2 comments
#753 - Backend example does not compile
Issue -
State: closed - Opened by shssf over 3 years ago
- 2 comments
#709 - Packages 0.6.2
Pull Request -
State: closed - Opened by shssf over 3 years ago
#700 - Revert "add trace"
Pull Request -
State: closed - Opened by densmirn over 3 years ago
- 1 comment
#688 - rebuild with numpy-devel 1.19.2 for NDA release
Pull Request -
State: closed - Opened by xaleryb over 3 years ago
- 1 comment
#681 - ENH: kernels for `random.vonmisses`; part 2
Pull Request -
State: open - Opened by samir-nasibli over 3 years ago
- 6 comments
Labels: in progress
#670 - Revert "Partition"
Pull Request -
State: closed - Opened by densmirn over 3 years ago
#598 - CI extra test
Issue -
State: closed - Opened by shssf almost 4 years ago
Labels: enhancement
#598 - CI extra test
Issue -
State: closed - Opened by shssf almost 4 years ago
Labels: enhancement
#597 - test_invalid_order throws an exception
Issue -
State: closed - Opened by shssf almost 4 years ago
- 1 comment
Labels: bug
#597 - test_invalid_order throws an exception
Issue -
State: closed - Opened by shssf almost 4 years ago
- 1 comment
Labels: bug
#596 - dpnp_qr_c function failed with SIGSEGV with regular testing
Issue -
State: closed - Opened by shssf almost 4 years ago
- 1 comment
Labels: bug
#596 - dpnp_qr_c function failed with SIGSEGV with regular testing
Issue -
State: closed - Opened by shssf almost 4 years ago
- 1 comment
Labels: bug
#595 - test_zeros_strides failed with regular testing with exception
Issue -
State: closed - Opened by shssf almost 4 years ago
- 1 comment
Labels: bug
#595 - test_zeros_strides failed with regular testing with exception
Issue -
State: closed - Opened by shssf almost 4 years ago
- 1 comment
Labels: bug
#567 - `eig`, `eigvals`, `svd` functions give SegFault in the end of program execution (freeing resources)
Issue -
State: closed - Opened by Alexander-Makaryev almost 4 years ago
- 2 comments
Labels: bug, GPU
#567 - `eig`, `eigvals`, `svd` functions give SegFault in the end of program execution (freeing resources)
Issue -
State: closed - Opened by Alexander-Makaryev almost 4 years ago
- 2 comments
Labels: bug, GPU
#565 - `cov`, `correlate` functions give SegFault in the end of program execution (freeing resources)
Issue -
State: closed - Opened by Alexander-Makaryev almost 4 years ago
- 1 comment
Labels: bug, GPU
#565 - `cov`, `correlate` functions give SegFault in the end of program execution (freeing resources)
Issue -
State: closed - Opened by Alexander-Makaryev almost 4 years ago
- 1 comment
Labels: bug, GPU
#554 - linalg.cholesky tests fail on GPU
Issue -
State: closed - Opened by Alexander-Makaryev almost 4 years ago
- 2 comments
Labels: bug
#554 - linalg.cholesky tests fail on GPU
Issue -
State: closed - Opened by Alexander-Makaryev almost 4 years ago
- 2 comments
Labels: bug
#489 - dpnp.linalg.cholesky gives incorrect result
Issue -
State: closed - Opened by reazulhoque almost 4 years ago
- 2 comments
Labels: question
#489 - dpnp.linalg.cholesky gives incorrect result
Issue -
State: closed - Opened by reazulhoque almost 4 years ago
- 2 comments
Labels: question
#392 - Segfault running test_linalg and linalg.eig
Issue -
State: closed - Opened by reazulhoque almost 4 years ago
- 1 comment
Labels: bug
#392 - Segfault running test_linalg and linalg.eig
Issue -
State: closed - Opened by reazulhoque almost 4 years ago
- 1 comment
Labels: bug
#253 - dpnp_utils.copy_values_to_dparray: add suppurt of 0-d arrays
Issue -
State: closed - Opened by Alexander-Makaryev about 4 years ago
- 1 comment
#253 - dpnp_utils.copy_values_to_dparray: add suppurt of 0-d arrays
Issue -
State: closed - Opened by Alexander-Makaryev about 4 years ago
- 1 comment
#228 - Previously passed tests fail on GPU
Issue -
State: closed - Opened by Alexander-Makaryev about 4 years ago
Labels: bug
#228 - Previously passed tests fail on GPU
Issue -
State: closed - Opened by Alexander-Makaryev about 4 years ago
Labels: bug
#227 - Add type check in arange function
Issue -
State: closed - Opened by Alexander-Makaryev about 4 years ago
- 2 comments
Labels: enhancement
#227 - Add type check in arange function
Issue -
State: closed - Opened by Alexander-Makaryev about 4 years ago
- 2 comments
Labels: enhancement
#210 - spelling in sources
Issue -
State: closed - Opened by shssf about 4 years ago
- 1 comment
#210 - spelling in sources
Issue -
State: closed - Opened by shssf about 4 years ago
- 1 comment
#109 - reciprocal failed with unsupported input type
Issue -
State: closed - Opened by shssf about 4 years ago
- 1 comment
Labels: bug
#109 - reciprocal failed with unsupported input type
Issue -
State: closed - Opened by shssf about 4 years ago
- 1 comment
Labels: bug
#101 - Statistics functions
Issue -
State: open - Opened by shssf about 4 years ago
Labels: enhancement
#100 - Array manipulation routines
Issue -
State: open - Opened by shssf about 4 years ago
- 2 comments
Labels: enhancement
#98 - Array creation routines
Issue -
State: open - Opened by shssf about 4 years ago
Labels: enhancement
#98 - Array creation routines
Issue -
State: open - Opened by shssf about 4 years ago
Labels: enhancement
#97 - Linear algebra
Issue -
State: open - Opened by shssf about 4 years ago
Labels: enhancement
#96 - Mathematical functions
Issue -
State: open - Opened by shssf about 4 years ago
- 7 comments
Labels: enhancement
#89 - Build system. Source spell check
Issue -
State: closed - Opened by shssf about 4 years ago
- 1 comment
#87 - Build system. Debug configuration
Issue -
State: closed - Opened by shssf about 4 years ago
- 1 comment
#85 - Codecoverage for cython and C++ backend
Issue -
State: closed - Opened by shssf about 4 years ago
- 1 comment
#29 - Reverse order in array slice
Issue -
State: closed - Opened by shssf about 4 years ago
- 1 comment