Commit 92d3925
committed
Updates the Math submodule to 5f7a3a7.
1 parent aa3d77f commit 92d3925
1 file changed
+1
-1
lines changed- stan/math/opencl/kernel_generator.hpp+1
- stan/math/opencl/kernel_generator/opencl_code.hpp+355
- stan/math/opencl/prim.hpp+12
- stan/math/opencl/prim/gumbel_cdf.hpp+118
- stan/math/opencl/prim/gumbel_lccdf.hpp+107
- stan/math/opencl/prim/gumbel_lcdf.hpp+105
- stan/math/opencl/prim/logistic_cdf.hpp+128
- stan/math/opencl/prim/logistic_lccdf.hpp+124
- stan/math/opencl/prim/logistic_lcdf.hpp+119
- stan/math/opencl/prim/pareto_cdf.hpp+128
- stan/math/opencl/prim/pareto_lccdf.hpp+123
- stan/math/opencl/prim/pareto_lcdf.hpp+127
- stan/math/opencl/prim/pareto_type_2_cdf.hpp+142
- stan/math/opencl/prim/pareto_type_2_lccdf.hpp+127
- stan/math/opencl/prim/pareto_type_2_lcdf.hpp+130
- stan/math/prim/prob/gumbel_cdf.hpp+3-2
- stan/math/prim/prob/gumbel_lccdf.hpp+7-7
- stan/math/prim/prob/gumbel_lcdf.hpp+3-2
- stan/math/prim/prob/logistic_cdf.hpp+3-1
- stan/math/prim/prob/logistic_lccdf.hpp+3-1
- stan/math/prim/prob/logistic_lcdf.hpp+3-1
- stan/math/prim/prob/pareto_cdf.hpp+3-1
- stan/math/prim/prob/pareto_lccdf.hpp+3-1
- stan/math/prim/prob/pareto_lcdf.hpp+3-1
- stan/math/prim/prob/pareto_type_2_cdf.hpp+3-1
- stan/math/prim/prob/pareto_type_2_lccdf.hpp+3-1
- stan/math/prim/prob/pareto_type_2_lcdf.hpp+3-1
- test/unit/math/opencl/kernel_generator/opencl_code_test.cpp+62
- test/unit/math/opencl/rev/gumbel_cdf_test.cpp+142
- test/unit/math/opencl/rev/gumbel_lccdf_test.cpp+143
- test/unit/math/opencl/rev/gumbel_lcdf_test.cpp+143
- test/unit/math/opencl/rev/logistic_cdf_test.cpp+161
- test/unit/math/opencl/rev/logistic_lccdf_test.cpp+161
- test/unit/math/opencl/rev/logistic_lcdf_test.cpp+161
- test/unit/math/opencl/rev/pareto_cdf_test.cpp+162
- test/unit/math/opencl/rev/pareto_lccdf_test.cpp+163
- test/unit/math/opencl/rev/pareto_lcdf_test.cpp+162
- test/unit/math/opencl/rev/pareto_type_2_cdf_test.cpp+200
- test/unit/math/opencl/rev/pareto_type_2_lccdf_test.cpp+200
- test/unit/math/opencl/rev/pareto_type_2_lcdf_test.cpp+200
0 commit comments