Skip to content
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

use VersionParsing.jl to parse version numbers #151

Closed
stevengj opened this issue Mar 19, 2018 · 0 comments
Closed

use VersionParsing.jl to parse version numbers #151

stevengj opened this issue Mar 19, 2018 · 0 comments

Comments

@stevengj
Copy link

I notice that you have some try/catch machinations for parsing OpenCL version numbers. You might try vparse from https://github.com/stevengj/VersionParsing.jl instead:

julia> vparse("OpenCL 3.2 foo")
v"3.2.0"
@juliohm juliohm closed this as completed Oct 6, 2022
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

No branches or pull requests

2 participants