• Z
    Enhance eigh, eigvalsh unit tests (#40699) · a8be9b6d
    zlsh80826 提交于
    * Enhance test_eigh_op
    
    * Use eigen decomposition to validate eigen values and vectors
    * Fix that TestEighBatchAPI didn't run the batched input
    
    * Enhance test_eigvalsh_op
    
    * Align cusolver tolerance to validate eigenvalues
    * Fix that BatchAPI didn't run the batched input
    
    * Add abs for |d_ref|
    
    * Remove comment
    a8be9b6d
test_eigh_op.py 8.4 KB