Skip to content

improve _syr for small data #756

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

Closed
brada4 opened this issue Jan 23, 2016 · 1 comment
Closed

improve _syr for small data #756

brada4 opened this issue Jan 23, 2016 · 1 comment

Comments

@brada4
Copy link
Contributor

brada4 commented Jan 23, 2016

Motivation in #751
interface/syr.c

 #ifdef SMP
   nthreads = num_cpu_avail(2);

+  if (sizeof(FLOAT)*n*(abs(incx)+lda)<2*1024*1024) nthreads = 1;
+
   if (nthreads == 1) {
 #endif
@brada4
Copy link
Contributor Author

brada4 commented Jan 27, 2016

#endif

@brada4 brada4 closed this as completed Jan 27, 2016
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

No branches or pull requests

1 participant