Added further tests including lr

This commit is contained in:
Alejandro Saucedo 2021-01-21 21:51:37 +00:00
parent fbfef16105
commit d620093a27
2 changed files with 24 additions and 3 deletions

View file

@ -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.*"