clMathLibraries / clBLAS

a software library containing BLAS functions written in OpenCL
Apache License 2.0
839 stars 240 forks source link

fix documentation error for TRMM #270 #275

Closed abhiShandy closed 8 years ago

abhiShandy commented 8 years ago

'offa' and 'A' was swapped in the description


This change is Reviewable

kknox commented 8 years ago

I can merge this into the gh-pages branch, but really this entire branch is generated from doxygen so your change will be gone next time we generate documentation. This problem should ideally be fixed in the doxygen comments. You could add another commit into #276 which fixes the problem in the source.

abhiShandy commented 8 years ago

I'll add another commit to #276 and you can merge that

Abhishek Shandilya 5th year student, Dual Degree, Department of Metallurgical and Materials Engineering IIT Madras

On Fri, Jul 1, 2016 at 3:12 AM, Kent Knox notifications@github.com wrote:

I can merge this into the gh-pages branch, but really this entire branch is generated from doxygen so your change will be gone next time we generate documentation. This problem should ideally be fixed in the doxygen comments. You could add another commit into #276 https://github.com/clMathLibraries/clBLAS/pull/276 which fixes the problem in the source https://github.com/clMathLibraries/clBLAS/blob/develop/src/clBLAS.h#L7812 .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/clMathLibraries/clBLAS/pull/275#issuecomment-229797388, or mute the thread https://github.com/notifications/unsubscribe/AGrKQbD4zT5Sa-c137Erfg4_EQ2sFpvjks5qRDgvgaJpZM4JALXT .

abhiShandy commented 8 years ago

I have pushed the commit to #276 , you can close this and merge that