We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b1f1f commit 7aca964Copy full SHA for 7aca964
stan/math/opencl/opencl.hpp
@@ -119,7 +119,8 @@
119
#include <stan/math/opencl/prim/exp_mod_normal_lpdf.hpp>
120
#include <stan/math/opencl/prim/exponential_lpdf.hpp>
121
#include <stan/math/opencl/prim/frechet_lpdf.hpp>
122
-#include <stan/math/opencl/prim/gamma_lpdf.hpp>#include <stan/math/opencl/prim/gp_exp_quad_cov.hpp>
+#include <stan/math/opencl/prim/gamma_lpdf.hpp>
123
+#include <stan/math/opencl/prim/gp_exp_quad_cov.hpp>
124
#include <stan/math/opencl/prim/gumbel_lpdf.hpp>
125
#include <stan/math/opencl/prim/inv.hpp>
126
#include <stan/math/opencl/prim/inv_chi_square_lpdf.hpp>
0 commit comments