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

[Go]: migrate to gonum.org/v1 packages #27

Closed
wants to merge 1 commit into from

Conversation

sbinet
Copy link
Contributor

@sbinet sbinet commented Aug 5, 2018

github.com/gonum/... imports are deprecated and do not see any new improvements.
migrate to use the maintained gonum.org/v1/... imports.

@sbinet
Copy link
Contributor Author

sbinet commented Aug 5, 2018

@btracey @kortschak could you have a look as well?

Copy link
Contributor

@kortschak kortschak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apart from the lagging comment it's OK.

perf.go Outdated
@@ -40,8 +38,7 @@ func init() {
//blas64.Use(cgo.Implementation{})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to change. There is not cgo.Implementation.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

@johnfgibson
Copy link
Contributor

Thanks for this. I run the microbenchmark suite on my office desktop computer; I'll test it there in a week when I return from JuliaCon.

sbinet added a commit to sbinet-gonum/gonum that referenced this pull request Aug 6, 2018
This was noticed while adapting JuliaLang/Microbenchmarks#27 to the new
Gonum import paths.
This CL somewhat clarifies the correct default implementation (pure-Go)
used by the various blas{32,64} and cblas{64,128} packages.
sbinet added a commit to sbinet-gonum/gonum that referenced this pull request Aug 13, 2018
This was noticed while adapting JuliaLang/Microbenchmarks#27 to the new
Gonum import paths.
This CL somewhat clarifies the correct default implementation (pure-Go)
used by the various blas{32,64} and cblas{64,128} packages.
sbinet added a commit to sbinet-gonum/gonum that referenced this pull request Aug 14, 2018
This was noticed while adapting JuliaLang/Microbenchmarks#27 to the new
Gonum import paths.
This CL somewhat clarifies the correct default implementation (pure-Go)
used by the various blas{32,64} and cblas{64,128} packages.
sbinet added a commit to gonum/gonum that referenced this pull request Aug 14, 2018
This was noticed while adapting JuliaLang/Microbenchmarks#27 to the new
Gonum import paths.
This CL somewhat clarifies the correct default implementation (pure-Go)
used by the various blas{32,64} and cblas{64,128} packages.
@acxz acxz closed this in #55 Apr 12, 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

Successfully merging this pull request may close these issues.

3 participants