Skip to content

Use thread-local thread on setting API on Flexiblas (if it's even possible) when relevant #233

Description

@itamarst

If Flexiblas is e.g. using MKL, we'd want it to use MKL mkl_set_num_thread_local to set the number of threads.

Approaches could include:

  • Bypassing Flexiblas and calling the MKL API ourselves (but what happens when the backend is changed?)
  • Asking Flexiblas to add a thread-local API that would call underlying BLAS's thread-local-size-setting API when available.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions