Skip to content

Commit

Permalink
Updates the Math submodule to 5f7a3a7.
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-buildbot committed Apr 2, 2021
1 parent aa3d77f commit 92d3925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stan_math
Submodule stan_math updated 40 files
+1 −0 stan/math/opencl/kernel_generator.hpp
+355 −0 stan/math/opencl/kernel_generator/opencl_code.hpp
+12 −0 stan/math/opencl/prim.hpp
+118 −0 stan/math/opencl/prim/gumbel_cdf.hpp
+107 −0 stan/math/opencl/prim/gumbel_lccdf.hpp
+105 −0 stan/math/opencl/prim/gumbel_lcdf.hpp
+128 −0 stan/math/opencl/prim/logistic_cdf.hpp
+124 −0 stan/math/opencl/prim/logistic_lccdf.hpp
+119 −0 stan/math/opencl/prim/logistic_lcdf.hpp
+128 −0 stan/math/opencl/prim/pareto_cdf.hpp
+123 −0 stan/math/opencl/prim/pareto_lccdf.hpp
+127 −0 stan/math/opencl/prim/pareto_lcdf.hpp
+142 −0 stan/math/opencl/prim/pareto_type_2_cdf.hpp
+127 −0 stan/math/opencl/prim/pareto_type_2_lccdf.hpp
+130 −0 stan/math/opencl/prim/pareto_type_2_lcdf.hpp
+3 −2 stan/math/prim/prob/gumbel_cdf.hpp
+7 −7 stan/math/prim/prob/gumbel_lccdf.hpp
+3 −2 stan/math/prim/prob/gumbel_lcdf.hpp
+3 −1 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
+62 −0 test/unit/math/opencl/kernel_generator/opencl_code_test.cpp
+142 −0 test/unit/math/opencl/rev/gumbel_cdf_test.cpp
+143 −0 test/unit/math/opencl/rev/gumbel_lccdf_test.cpp
+143 −0 test/unit/math/opencl/rev/gumbel_lcdf_test.cpp
+161 −0 test/unit/math/opencl/rev/logistic_cdf_test.cpp
+161 −0 test/unit/math/opencl/rev/logistic_lccdf_test.cpp
+161 −0 test/unit/math/opencl/rev/logistic_lcdf_test.cpp
+162 −0 test/unit/math/opencl/rev/pareto_cdf_test.cpp
+163 −0 test/unit/math/opencl/rev/pareto_lccdf_test.cpp
+162 −0 test/unit/math/opencl/rev/pareto_lcdf_test.cpp
+200 −0 test/unit/math/opencl/rev/pareto_type_2_cdf_test.cpp
+200 −0 test/unit/math/opencl/rev/pareto_type_2_lccdf_test.cpp
+200 −0 test/unit/math/opencl/rev/pareto_type_2_lcdf_test.cpp

0 comments on commit 92d3925

Please sign in to comment.