Closed oleksandr-pavlyk closed 1 month ago
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. :crossed_fingers:
Array API standard conformance tests for dpctl=0.19.0dev0=py310hdf72452_148 ran successfully. Passed: 895 Failed: 0 Skipped: 119
Array API standard conformance tests for dpctl=0.19.0dev0=py310hdf72452_151 ran successfully. Passed: 894 Failed: 1 Skipped: 119
Array API standard conformance tests for dpctl=0.19.0dev0=py310hdf72452_152 ran successfully. Passed: 895 Failed: 0 Skipped: 119
Closes gh-1874
If inputs consist solely of weak dtypes, pre-prepopulate
dtypes
lists with scalar behind the firstweak_dtypes
element.Add tests that
dpt.result_types(sc1, sc2)
gives the same result regardless whether the scalar is a Python scalar (weak dtype), or corresponding NumPy scalar (strong dtype).