Skip to content

Commit 97c3d7f

Browse files
committed
logit include
1 parent 9c219fe commit 97c3d7f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stan/math/opencl/kernel_generator/elt_function_cl.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,8 @@ ADD_UNARY_FUNCTION_WITH_INCLUDES(inv_square,
307307
opencl_kernels::inv_square_device_function)
308308
ADD_UNARY_FUNCTION_WITH_INCLUDES(inv_logit,
309309
opencl_kernels::inv_logit_device_function)
310-
ADD_UNARY_FUNCTION_WITH_INCLUDES(logit, opencl_kernels::logit_device_function)
310+
ADD_UNARY_FUNCTION_WITH_INCLUDES(logit, opencl_kernels::logit_device_function,
311+
opencl_kernels::log1m_device_function)
311312
ADD_UNARY_FUNCTION_WITH_INCLUDES(Phi, opencl_kernels::phi_device_function)
312313
ADD_UNARY_FUNCTION_WITH_INCLUDES(Phi_approx,
313314
opencl_kernels::inv_logit_device_function,

0 commit comments

Comments
 (0)