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
#1507 - Add OpenSSF Scorecard badge to README
Pull Request -
State: closed - Opened by oleksandr-pavlyk 10 months ago
- 5 comments
#1506 - Add checks to ensure test suite passes even if no devices are available
Pull Request -
State: closed - Opened by oleksandr-pavlyk 10 months ago
- 4 comments
#1505 - `clip` permits `None` for `min` and `max`
Pull Request -
State: closed - Opened by ndgrigorian 10 months ago
- 6 comments
#1504 - Fix copy of src with offset
Pull Request -
State: closed - Opened by oleksandr-pavlyk 10 months ago
- 4 comments
#1503 - Wrong element copy for 2D array
Issue -
State: closed - Opened by npolina4 10 months ago
Labels: bug
#1502 - Fix generate-docs workflow breakage when run on PR closure
Pull Request -
State: closed - Opened by oleksandr-pavlyk 10 months ago
- 4 comments
#1501 - Fix dpctl.tensor.isdtype function signature
Pull Request -
State: closed - Opened by ndgrigorian 10 months ago
- 4 comments
#1500 - Specify permissions in GH Action workflows
Pull Request -
State: closed - Opened by oleksandr-pavlyk 10 months ago
- 3 comments
#1499 - conda-recipe-meta-yaml tweaks
Pull Request -
State: closed - Opened by oleksandr-pavlyk 10 months ago
- 4 comments
#1498 - Fix for complex sorting test failure
Pull Request -
State: closed - Opened by oleksandr-pavlyk 10 months ago
- 3 comments
#1497 - Do not use link-huge-device-code option
Pull Request -
State: closed - Opened by oleksandr-pavlyk 10 months ago
- 5 comments
#1496 - Replaced few TypeError with ValueError in _elementwise_common
Pull Request -
State: closed - Opened by oleksandr-pavlyk 10 months ago
- 7 comments
#1495 - Fix out of bound access in gemm thread k kernels
Pull Request -
State: closed - Opened by oleksandr-pavlyk 10 months ago
- 3 comments
#1494 - Allow for newer version of DPC++ compiler
Pull Request -
State: closed - Opened by oleksandr-pavlyk 11 months ago
- 3 comments
#1493 - Check if malloc_device return nullptr in matmul code
Pull Request -
State: closed - Opened by oleksandr-pavlyk 11 months ago
- 3 comments
#1492 - Attempt to relax pinning of DPC++ compiler to 2024.0
Pull Request -
State: closed - Opened by oleksandr-pavlyk 11 months ago
- 4 comments
#1491 - Add `array-api-skips.txt` for skipping select array API tests
Pull Request -
State: closed - Opened by ndgrigorian 11 months ago
- 10 comments
#1490 - Implementation of `matmul`, `tensordot`, and `vecdot` per array API
Pull Request -
State: closed - Opened by ndgrigorian 11 months ago
- 29 comments
#1489 - dpctl could not properly handle NaN edges in `clip` function
Issue -
State: closed - Opened by antonwolfy 11 months ago
- 1 comment
#1488 - Device-aware `can_cast` and `result_type`
Pull Request -
State: closed - Opened by oleksandr-pavlyk 11 months ago
- 4 comments
#1487 - Use SYCL_CACHE_PERSISTENT=1 to cache jitted kernels to disk
Pull Request -
State: closed - Opened by oleksandr-pavlyk 11 months ago
- 3 comments
#1486 - Stay away from 2024.0.1 compiler package for now
Pull Request -
State: closed - Opened by oleksandr-pavlyk 12 months ago
- 5 comments
#1485 - Work around sub_group load/store issues
Pull Request -
State: closed - Opened by oleksandr-pavlyk 12 months ago
- 5 comments
#1484 - Fix cmake FindDpctl.cmake
Pull Request -
State: closed - Opened by ZzEeKkAa 12 months ago
- 1 comment
#1483 - Implementation of sort/argsort and set functions per array API spec
Pull Request -
State: closed - Opened by oleksandr-pavlyk 12 months ago
- 25 comments
#1482 - dpctl doesn't allow mixing integer dtypes of indices arrays
Issue -
State: closed - Opened by antonwolfy 12 months ago
- 1 comment
#1481 - dpctl.tensor.arcsin with c16 dtype crashes on H100
Issue -
State: closed - Opened by npolina4 12 months ago
- 3 comments
#1480 - Removes redundant reduction files
Pull Request -
State: closed - Opened by ndgrigorian 12 months ago
- 3 comments
#1479 - Array printing fails for `ndim` > 32 with misleading `ValueError`
Issue -
State: open - Opened by ndgrigorian 12 months ago
#1478 - Adds `nin` and `nout` properties to unary and binary element-wise classes
Pull Request -
State: closed - Opened by ndgrigorian 12 months ago
- 3 comments
#1477 - Resolves gh-1439
Pull Request -
State: closed - Opened by ndgrigorian 12 months ago
- 4 comments
#1476 - Modified gen_coverage to also collect data from Pybind11 modules
Pull Request -
State: closed - Opened by oleksandr-pavlyk almost 1 year ago
- 8 comments
#1475 - Remove marks broken_complex from all tests
Pull Request -
State: closed - Opened by oleksandr-pavlyk almost 1 year ago
- 12 comments
#1474 - Adds element-wise functions `angle` and `reciprocal`
Pull Request -
State: closed - Opened by ndgrigorian about 1 year ago
- 8 comments
#1473 - Fixed dpctl.tensor.result_type function for scalars
Pull Request -
State: closed - Opened by npolina4 about 1 year ago
- 9 comments
#1472 - Changed dpctl.tensor.arange error from ValueError to TypeError for bool data type
Pull Request -
State: closed - Opened by npolina4 about 1 year ago
- 7 comments
#1471 - Merge of 0.15.1dev2 tag to gold/2021
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 2 comments
#1470 - Fix for gh-1468 in arithmetic reduction when type promotion is needed
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 6 comments
#1469 - Add array API inspection utilities to ``dpctl.tensor``
Pull Request -
State: closed - Opened by ndgrigorian about 1 year ago
- 6 comments
#1468 - dpt.sum is not doing computation in requested `dtype` on Windows
Issue -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
#1467 - Fix usm_ndarray ctor when shape is integral numpy scalar
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 4 comments
#1466 - Updated recipe-maintainers list
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 6 comments
#1465 - Implements statistical functions ``mean``, ``std``, ``var``
Pull Request -
State: closed - Opened by ndgrigorian about 1 year ago
- 6 comments
#1464 - Improves performance of search reductions for small numbers of elements
Pull Request -
State: closed - Opened by ndgrigorian about 1 year ago
- 5 comments
#1463 - Improve performance of reduction for small number of elements to reduce for types where tree-reduction is needed
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 12 comments
#1462 - Fix search reductions giving incorrect results for F-contiguous inputs
Pull Request -
State: closed - Opened by ndgrigorian about 1 year ago
- 3 comments
#1461 - Sensible performance degradation in `dpt.tensor.sum`
Issue -
State: closed - Opened by antonwolfy about 1 year ago
#1460 - Improve raised TypeError by providing exception message
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 3 comments
#1459 - Fix ``axis0`` calls in reduction Python binding
Pull Request -
State: closed - Opened by ndgrigorian about 1 year ago
- 4 comments
#1458 - Fix reduction contig impl offset handling
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 5 comments
#1457 - Unhelpful error message when calling `asnumpy` with non-usm_array type
Issue -
State: closed - Opened by Hardcode84 about 1 year ago
- 1 comment
#1456 - dpctl does not return a zero-length array when no reduction is going to be done
Issue -
State: closed - Opened by antonwolfy about 1 year ago
#1455 - `dpctl.tensor.max` returns incorrect result when reducing over `axis=0`
Issue -
State: closed - Opened by antonwolfy about 1 year ago
#1454 - Enable compiling for cuda
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 4 comments
#1452 - Use partition_type_property descriptor in DPCTLDevice_GetParentDevice
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 4 comments
#1451 - Tests to increase coverage of _clip.py
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 3 comments
#1450 - Removed superfluous barrier, moved comment, formatted kernel
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 3 comments
#1449 - Further splitting down elementwise functions
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 10 comments
#1448 - Unable to build dpctl due to compilation errors in cython generated files
Issue -
State: closed - Opened by diptorupd about 1 year ago
- 7 comments
#1447 - Implement kernels for in-place ``pow``, ``remainder``, and bitwise operators
Pull Request -
State: closed - Opened by ndgrigorian about 1 year ago
- 6 comments
#1446 - Implements ``dpctl.tensor.logsumexp`` and ``dpctl.tensor.reduce_hypot``
Pull Request -
State: closed - Opened by ndgrigorian about 1 year ago
- 12 comments
#1445 - Tweaked test_intel_device_info
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 3 comments
#1444 - Implements ``dpctl.tensor.clip``
Pull Request -
State: closed - Opened by ndgrigorian about 1 year ago
- 16 comments
#1443 - Elementwise functions cbrt, exp2, copysign, and rsqrt
Pull Request -
State: closed - Opened by ndgrigorian about 1 year ago
- 7 comments
#1442 - Skip tests for complex types for functions known to fail on Windows
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 2 comments
#1441 - Resolves setuptools "Package would be ignored" warnings
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 3 comments
#1440 - Require dpcpp compiler 2024.0 and runtime >=2024.0
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 11 comments
#1439 - discrepancy of results for `dpctl.tensor.sin` and `dpt.tensor.expm1` for `f4` and `f8` data types on `gpu`
Issue -
State: closed - Opened by vtavana about 1 year ago
- 1 comment
#1438 - Require dpcpp compiler 2024.0 and runtime >=2024.0
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 2 comments
#1437 - Add clean up job
Pull Request -
State: closed - Opened by ZzEeKkAa about 1 year ago
- 1 comment
Labels: infrastructure
#1436 - Do not use wait and throw
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 3 comments
#1435 - Upload wheel to the same version
Pull Request -
State: closed - Opened by ZzEeKkAa about 1 year ago
- 1 comment
#1434 - dpctl.tensor.sum function raises an error: SyclAsynchronousError
Issue -
State: closed - Opened by npolina4 about 1 year ago
- 4 comments
Labels: bug
#1433 - Fixes ``repeat`` for ``axis=0`` with scalar input
Pull Request -
State: closed - Opened by ndgrigorian about 1 year ago
- 3 comments
#1432 - repeat function return incorrect result for axis 0
Issue -
State: closed - Opened by npolina4 about 1 year ago
#1431 - Dedicated kernels for in-place ``dpt.divide`` and ``dpt.floor_divide``
Pull Request -
State: closed - Opened by ndgrigorian about 1 year ago
- 4 comments
#1430 - Fix host_task dependency not being passed to repeat 1d
Pull Request -
State: closed - Opened by ndgrigorian about 1 year ago
- 3 comments
#1429 - [CI] Fix test_linux step in conda-packages workflow
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 3 comments
#1428 - Add intel device info data
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 9 comments
#1427 - repeat with `axis=None` repeats flattened array
Pull Request -
State: closed - Opened by ndgrigorian about 1 year ago
- 6 comments
#1426 - Implement product
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 9 comments
#1425 - Fix upload_linux/upload_windows steps
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 2 comments
#1424 - Use cmake_minimum_required with min...max
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 3 comments
#1423 - Merging tag 0.15.0rc3 to gold/2021
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 3 comments
#1422 - Bump pybind11 version used
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 4 comments
#1421 - Avoid needless copies
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 3 comments
#1420 - Implement `device` keyword into `can_cast`, `result_type`
Issue -
State: closed - Opened by ndgrigorian about 1 year ago
- 3 comments
Labels: enhancement
#1419 - Implement GH action to purge dppy/label/dev of old artifacts
Issue -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 1 comment
Labels: infrastructure
#1418 - Port back fixes from async-ref-count-increment branch
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 4 comments
#1417 - Implement `device` keyword into `astype`
Issue -
State: closed - Opened by ndgrigorian about 1 year ago
- 1 comment
Labels: enhancement
#1416 - Merge 0.15.0rc2 into gold/2021
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 3 comments
#1415 - call operator of ProjFunctor must be const
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 7 comments
#1414 - Add missing include, missing namespace definition
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 3 comments
#1413 - Add wheels upload to anaconda
Pull Request -
State: closed - Opened by ZzEeKkAa about 1 year ago
#1412 - Changes to elementwise function tests that use complex data types
Pull Request -
State: closed - Opened by ndgrigorian about 1 year ago
- 10 comments
#1411 - Use sycl ext oneapi experimental for complex
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 22 comments
#1410 - Both PYTHON_EXECUTABLE and Python_EXECUTABLE needed to be checked in FindDpctl.cmake
Pull Request -
State: closed - Opened by chudur-budur about 1 year ago
- 4 comments
#1409 - Install missing elementwise test files into the dpctl prefix
Pull Request -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
- 8 comments
#1408 - elementwise test files are not being copied into the layout
Issue -
State: closed - Opened by oleksandr-pavlyk about 1 year ago
#1407 - Exposing libtensor as C API
Pull Request -
State: closed - Opened by chudur-budur about 1 year ago
- 1 comment