Skip to content

Commit 0a2a902

Browse files
committed
Missing kernel inclide
1 parent febea5f commit 0a2a902

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

stan/math/opencl/kernels/neg_binomial_2_log_glm_lpmf.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#include <stan/math/opencl/kernel_cl.hpp>
66
#include <stan/math/opencl/kernels/device_functions/digamma.hpp>
7+
#include <stan/math/opencl/kernels/device_functions/log1p_exp.hpp>
78

89
namespace stan {
910
namespace math {
@@ -197,6 +198,7 @@ const kernel_cl<out_buffer, out_buffer, out_buffer, out_buffer, in_buffer,
197198
int, int, int, int, int, int, int, int, int>
198199
neg_binomial_2_log_glm("neg_binomial_2_log_glm",
199200
{digamma_device_function,
201+
log1p_exp_device_function,
200202
neg_binomial_2_log_glm_kernel_code},
201203
{{"REDUCTION_STEP_SIZE", 4}, {"LOCAL_SIZE_", 64}});
202204

0 commit comments

Comments
 (0)