Added further tests including lr
This commit is contained in:
parent
fbfef16105
commit
d620093a27
2 changed files with 24 additions and 3 deletions
5
.github/workflows/cpp_ubuntu.yml
vendored
5
.github/workflows/cpp_ubuntu.yml
vendored
|
|
@ -36,11 +36,10 @@ jobs:
|
|||
make -C build/ -j
|
||||
- name: tests
|
||||
run: |
|
||||
#only running tests that dont require GLSL compilation
|
||||
./build/test/test_kompute --gtest_filter="TestMainLogisticRegression.*"
|
||||
# Only running tests that dont require GLSL compilation
|
||||
./build/test/test_kompute --gtest_filter="TestLogisticRegressionAlgorithm.*"
|
||||
./build/test/test_kompute --gtest_filter="TestManager.*"
|
||||
./build/test/test_kompute --gtest_filter="TestOpAlgoBase.ShaderCompiledDataFromConstructor"
|
||||
#./build/test/test_kompute --gtest_filter="TestOpAlgoBase.ShaderCompiledDataFromFile"
|
||||
./build/test/test_kompute --gtest_filter="TestOpTensorCopy.*"
|
||||
./build/test/test_kompute --gtest_filter="TestOpTensorCreate.*"
|
||||
./build/test/test_kompute --gtest_filter="TestOpTensorSync.*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue