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

multi threaded OPENBLAS #3376

Merged
merged 1 commit into from Mar 16, 2023
Merged

Conversation

willyborn
Copy link
Contributor

@willyborn willyborn commented Mar 14, 2023

Adds the threads options to OPENBLAS & FFT VCPKG compilation.

Description

  • Improvement, by specializing options during VCPKG compilation

Changes to Users

Improved speed when using OPENBLAS.

Checklist

  • Rebased on latest master
  • Code compiles
  • Tests pass
  • [-] Functions added to unified API
  • [-] Functions documented

vcpkg.json Outdated
@@ -61,6 +67,7 @@
"description": "Build OpenCL backend",
"dependencies": [
"boost-compute",
"boost-program-options",
Copy link
Member

Choose a reason for hiding this comment

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

I don't think this is a good dependency for the project. It is only required for some of the tests in the clFFT project and those aren't built. I think the vcpkg should minimize the number of dependencies installed whenever possible.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK.
I get it out, and resend the PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Or should I move it to the openblasfftw section ?

Copy link
Member

Choose a reason for hiding this comment

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

You should remove it. We don't need that dependency to build ArrayFire.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK, done

@umar456 umar456 merged commit 1e4b1a0 into arrayfire:master Mar 16, 2023
12 checks passed
@willyborn willyborn deleted the multithreadedOPENBLAS branch May 11, 2023 21:34
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.

None yet

2 participants