ORNL / cpp-proposals-pub

Collaborating on papers for the ISO C++ committee - public repo
26 stars 26 forks source link

Fix scaled(alpha, A) discussion in batched BLAS paper #375

Closed mhoemmen closed 1 year ago

mhoemmen commented 1 year ago

@crtrott Per our discussion this afternoon, I've fixed the scaled(alpha, A) discussion in the batched BLAS paper. It explains why scaled cannot take an array or mdspan of scaling factors, and therefore that the multiple-scaling-factors case needs overloads that take the scaling factors explicitly.

I've also removed the stub sections and added some links to existing vendor libraries. The paper is ready for submission, though it could still use more work.

crtrott commented 1 year ago

Did you look at my wording sketch? I think we should have that too in.