Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ base_opts_

map_base_opts stan::math::opencl_context_base::base_opts_
protected
Initial value:
= {{"LOWER", static_cast<int>(matrix_cl_view::Lower)},
{"UPPER", static_cast<int>(matrix_cl_view::Upper)},
{"ENTIRE", static_cast<int>(matrix_cl_view::Entire)},
{"DIAGONAL", static_cast<int>(matrix_cl_view::Diagonal)},
{"THREAD_BLOCK_SIZE", 32},
{"WORK_PER_THREAD", 8},
{"REDUCTION_STEP_SIZE", 4},
{"LOCAL_SIZE_", 4096}}

Definition at line 165 of file opencl_context.hpp.