Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 415 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 415 Bytes

Gtest

hipblaslt-test is the main regression gtest for hipBLASLt. All test items should pass.

# Go to hipBLASLt build directory
cd hipBLASLt; cd build/release

# Run full gtest tests
./clients/staging/hipblaslt-test

# Run gtest tests with filter
./clients/staging/hipblaslt-test --gtest_filter=<test pattern>

# Demo: gtest tests with filter
./clients/staging/hipblaslt-test --gtest_filter=*quick*