clMathLibraries / clBLAS

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

Failures in ColumnMajor_SmallRange/TRMM.ztrmm test set #3

Closed kknox closed 10 years ago

kknox commented 11 years ago

Many tests are failing under this test set which can lead to a GPU hang. This has been observed on a variety of AMD hardware. To run tests without testing ztrmm, one can use a googletest filter like so: ./test-short --gtest_filter=-ztrmm

kknox commented 11 years ago

This has been identified as a problem in the AMD OpenCL runtime stack. This bug will be updated when a fix is available in a public driver.

bragadeesh commented 10 years ago

We believe the bug has been fixed in the latest beta public driver: 13.11 Beta. Users running into this issue should try with the beta driver to confirm resolution of this failure.