ROCm / hipBLASLt

hipBLASLt is a library that provides general matrix-matrix operations with a flexible API and extends functionalities beyond a traditional BLAS library
https://rocm.docs.amd.com/projects/hipBLASLt/en/latest/index.html
MIT License
49 stars 80 forks source link

Add ProblemType check mechanism to logic yaml for faster debugging #1118

Closed ssuyuanchang closed 1 week ago

ssuyuanchang commented 2 weeks ago
  1. compare problem type in both merge.py and build process
  2. show precise debug info if problem type mismatch
ssuyuanchang commented 2 weeks ago

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ------- generated xml file: /josh/hipBLASLt/tensilelite/python_tests.xml ------- =========== 75 passed, 31 skipped, 46 warnings in 8585.36s (2:23:05) =========== py310: exit 0 (8585.53 seconds) /josh/hipBLASLt/tensilelite> py.test -v --basetemp=/josh/hipBLASLt/tensilelite/.tox/py310/tmp --junit-xml=/josh/hipBLASLt/tensilelite/python_tests.xml --junit-prefix=py310 --color=yes -n 4 --prebuilt-client=/josh/hipBLASLt/tensilelite/.tox/py310/client/0_Build/client/tensile_client Tensile/Tests -m common --capture=sys pid=1207344 py310: OK (8713.05=setup[10.17]+cmd[0.82,116.51,8585.53] seconds) congratulations :) (8713.12 seconds)

ssuyuanchang commented 1 week ago

https://ontrack-internal.amd.com/browse/LWPBLT-147