Conversation
020e55b to
1e7a526
Compare
|
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
|
Array API standard conformance tests for dpctl=0.17.0dev0=py310ha798474_322 ran successfully. |
1 similar comment
|
Array API standard conformance tests for dpctl=0.17.0dev0=py310ha798474_322 ran successfully. |
3d51b7c to
dbb731a
Compare
|
Array API standard conformance tests for dpctl=0.17.0dev0=py310ha798474_323 ran successfully. |
6947845 to
54dbe67
Compare
|
Array API standard conformance tests for dpctl=0.17.0dev0=py310ha798474_334 ran successfully. |
54dbe67 to
6d7d79e
Compare
|
Array API standard conformance tests for dpctl=0.17.0dev0=py310ha798474_334 ran successfully. |
1 similar comment
|
Array API standard conformance tests for dpctl=0.17.0dev0=py310ha798474_334 ran successfully. |
6d7d79e to
1d87bae
Compare
|
Array API standard conformance tests for dpctl=0.17.0dev0=py310ha798474_334 ran successfully. |
1d87bae to
c5fe610
Compare
|
Array API standard conformance tests for dpctl=0.17.0dev0=py310ha798474_334 ran successfully. |
1 similar comment
|
Array API standard conformance tests for dpctl=0.17.0dev0=py310ha798474_334 ran successfully. |
c5fe610 to
57935b6
Compare
|
Array API standard conformance tests for dpctl=0.17.0dev0=py310ha798474_334 ran successfully. |
8ebbac1 to
679876c
Compare
|
Array API standard conformance tests for dpctl=0.18.0dev0=py310ha798474_115 ran successfully. |
This option allows skipping test for copies of symbolic links which is needed in coverage workflow, and in workflow that builds with nightly sycl bundle build from intel/llvm snapshots
Implement manipulation of flattened SO files
|
Array API standard conformance tests for dpctl=0.18.0dev0=py310ha798474_119 ran successfully. |
oleksandr-pavlyk
left a comment
There was a problem hiding this comment.
Thank you @ZzEeKkAa !
|
Array API standard conformance tests for dpctl=0.18.0dev0=py310ha798474_125 ran successfully. |
ekomarova
left a comment
There was a problem hiding this comment.
LGTM!
The problems with testing wheels are not related to this PR, and will be fixed later by infra team
Changes in this PR: - Move all supported configuration to `pyproject.toml` from `setup.py` and `setup.cfg`. - Populate additional fields to `project` and `build-system` sections of `pyproject.toml`. - Use build packages from pyproject's `build-system` section in the conda `meta.yaml` to keep it in sync. - Use package managed `versioneer`. The PR is implemented in a way as [dpctl-1660](IntelPython/dpctl#1660) was done.
Changes in this PR: - Move all supported configuration to `pyproject.toml` from `setup.py` and `setup.cfg`. - Populate additional fields to `project` and `build-system` sections of `pyproject.toml`. - Use build packages from pyproject's `build-system` section in the conda `meta.yaml` to keep it in sync. - Use package managed `versioneer`. The PR is implemented in a way as [dpctl-1660](IntelPython/dpctl#1660) was done. 4615942
Changes in this PR:
pyproject.tomlfromsetup.pyandsetup.cfg(latest one was removed).projectandbuild-systemsections ofpyproject.toml.build-systemsection in the condameta.yamlto keep it in sync.versioneer.Problems:
Checklist: