Skip to content

Conversation

@Harishmcw
Copy link
Contributor

Summary of Changes

This PR optimizes the threading logic in GESV by refining switchover thresholds for parallel execution, particularly for Windows on ARM64 (WoA).

  • COMPLEX Data type: Parallel execution if m * n > 600
  • SINGLE/DOUBLE Data type: Parallel execution if m * n > 1000
  • Ensures optimal threading on ARM-based devices.
  • Preserved existing thresholds for other platforms.

Benchmark Data (Timings in ms)

Below is the benchmark data comparing single-threaded vs. parallel execution for different input sizes on WoA.

benchmark

@martin-frbg martin-frbg added this to the 0.3.30 milestone Feb 12, 2025
@martin-frbg martin-frbg merged commit a64b75a into OpenMathLib:develop Feb 12, 2025
78 of 86 checks passed
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