Commit 6fd28e8
committed
- .github/workflows/header_checks.yml+23-6
- Jenkinsfile+29
- runTests.py+2-2
- stan/math/opencl/kernel_generator/colwise_reduction.hpp+63-16
- stan/math/opencl/kernel_generator/reduction_2d.hpp+53-10
- stan/math/opencl/kernel_generator/rowwise_reduction.hpp+57-3
- stan/math/opencl/prim.hpp+1
- stan/math/opencl/prim/prod.hpp+40
- stan/math/opencl/rev.hpp+1
- stan/math/opencl/rev/prod.hpp+32
- stan/math/prim/err/check_range.hpp+3
- stan/math/prim/err/check_row_index.hpp+1
- stan/math/prim/err/check_std_vector_index.hpp+1
- stan/math/prim/err/check_vector.hpp+1
- stan/math/prim/err/check_vector_index.hpp+1
- stan/math/prim/fun/rank.hpp+3-1
- stan/math/prim/meta.hpp+1-1
- stan/math/prim/meta/compiler_attributes.hpp+38-3
- test/code_generator.py+186
- test/code_generator_test.py+79
- test/expressions/expression_test_helpers.hpp+6-4
- test/expressions/generateExpressionTests.py-258
- test/generate_expression_tests.py+129
- test/sig_utils.py+29-16
- test/signature_parser.py+46
- test/signature_parser_test.py+49
- test/statement_types.py+423
- test/statement_types_test.py+101
- test/unit/math/opencl/kernel_generator/colwise_reduction_test.cpp+16
- test/unit/math/opencl/kernel_generator/reduction_2d_test.cpp+15
- test/unit/math/opencl/kernel_generator/rowwise_reduction_test.cpp+14
- test/unit/math/opencl/rev/prod_test.cpp+42
- test/unit/math/prim/err/check_range_test.cpp+9-8
- test/unit/math/prim/err/check_row_index_test.cpp+13-8
- test/unit/math/prim/err/check_std_vector_index_test.cpp+13-12
- test/unit/math/prim/err/check_vector_index_test.cpp+5-4
- test/unit/math/prim/err/check_vector_test.cpp+9-8
- test/unit/math/prim/err/util.hpp+17
0 commit comments