You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arguably it might be nicer to put varargs after batch_size, so the first 4 args are always the same, so that if we add methods like stan_warmup, that automatically estimate dt, we don't have to specify it as the first arg. eg.
The API for build_xxx_kernel has the form
where varargs is a variable number of arguments, depending on the kernel.
For example
Arguably it might be nicer to put varargs after
batch_size
, so the first 4 args are always the same, so that if we add methods likestan_warmup
, that automatically estimate dt, we don't have to specify it as the first arg. eg.The text was updated successfully, but these errors were encountered: