Skip to content

GEMMTR changes the inputs in CBLAS tests #5186

Open
@cenewcombe

Description

@cenewcombe

This is probably not a priority given the temporary nature of the gemmtr interface, but similar to #5111, CBLAS tests fail for all S/D/C/Z as follows due to changed parameters:

 cblas_sgemmtr PASSED THE TESTS OF ERROR-EXITS

 ******* FATAL ERROR - PARAMETER NUMBER 12 WAS CHANGED INCORRECTLY *******
 ******* cblas_sgemmtr FAILED ON CALL NUMBER:
   4861: cblas_sgemmtr( CblasColMajor,CblasUpper    ,  CblasNoTrans,  CblasNoTrans,
            9,  0,  0.0 , A, 10, B,  1,  0.0 , C, 10).
 ******* cblas_sgemmtr FAILED ON CALL NUMBER:
    973: cblas_sgemmtr( CblasRowMajor,CblasUpper    ,  CblasNoTrans,  CblasNoTrans,
            1,  0,  0.0 , A,  2, B,  1,  0.0 , C,  2).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions