-
Notifications
You must be signed in to change notification settings - Fork 374
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
Test driver fix for her, her2, herk and her2k #578
Conversation
Fixed test driver code for her, her2, herk and her2k function. Above functions supports only complex and double complex data type, test code is updated accordingly. Change-Id: Iee7b79abda4a2959a265c420d23879bf47f2c38d AMD-Internal: [CPUPL-1313]
Fixed test driver code for her, her2 Support added to handle complex and double complex data type in test driver. Change-Id: If65939e99d8cf77e0fb70561166d84bf67d0321d AMD-Internal: [CPUPL-1326]
Fixed test driver code for her, her2, herk and her2k function. Above functions supports only complex and double complex data type, test code is updated accordingly. Change-Id: Iee7b79abda4a2959a265c420d23879bf47f2c38d AMD-Internal: [CPUPL-1313]
Fixed test driver code for her, her2 Support added to handle complex and double complex data type in test driver. Change-Id: If65939e99d8cf77e0fb70561166d84bf67d0321d AMD-Internal: [CPUPL-1326]
Details: - Added conditional branches for calling real domain syr, syr2, syrk, and syr2k BLAS interfaces in the test_her.c, test_her2.c, test_herk.c, and test_her2k.c driver files in the 'test' directory.
@madanm3 Thanks for your fixes. I added the real domain |
PS: I cancelled the Travis CI build since there is no way these changes could affect the library. |
Details: - Replaced the hard-coded calls to double-precision real syr, syr2, syrk, and syrk in the corresponding standalone test drivers in the 'test' directory with conditional branches that will call the appropriate BLAS interface depending on which datatype is enabled. Thanks to Madan mohan Manokar for this improvement. - CREDITS file update.
Details: - Replaced the hard-coded calls to double-precision real syr, syr2, syrk, and syrk in the corresponding standalone test drivers in the 'test' directory with conditional branches that will call the appropriate BLAS interface depending on which datatype is enabled. Thanks to Madan mohan Manokar for this improvement. - CREDITS file update. - (cherry picked from commit 9be97c1)
Bug fix done driver code.