Skip to content

Simplified arg parsing in SyclDevice constructor #572

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 2, 2021

Conversation

oleksandr-pavlyk
Copy link
Contributor

Since Cython is compiled with language_level=3 working with unicode type
is obsolete (we should work with str type instead).

Removed the dead branch of code.

Added test to exercise repr method

Since Cython is compiled with language_level=3 working with unicode type
is obsolete (we should work with str type instead).

Removed the dead branch of code.

Added test to exercise repr method
@coveralls
Copy link
Collaborator

Coverage Status

Coverage increased (+0.3%) to 68.106% when pulling b647cca on coverage-sycl-device into 16bdf5b on master.

@oleksandr-pavlyk oleksandr-pavlyk merged commit 49ba067 into master Sep 2, 2021
@oleksandr-pavlyk oleksandr-pavlyk deleted the coverage-sycl-device branch September 2, 2021 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants