X Tutup
Skip to content

multi threaded OPENBLAS#3376

Merged
umar456 merged 1 commit intoarrayfire:masterfrom
willyborn:multithreadedOPENBLAS
Mar 16, 2023
Merged

multi threaded OPENBLAS#3376
umar456 merged 1 commit intoarrayfire:masterfrom
willyborn:multithreadedOPENBLAS

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
"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

@willyborn willyborn force-pushed the multithreadedOPENBLAS branch from 90dd9d7 to 7f242c8 Compare March 14, 2023 18:27
@umar456 umar456 merged commit 1e4b1a0 into arrayfire:master Mar 16, 2023
@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.

2 participants

X Tutup