-
-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
bugSomething isn't workingSomething isn't working
Description
This code:
Lines 538 to 540 in edccf2d
if (isTRUE(cpp_options$stan_opencl)) { | |
stanc_options[["use-opencl"]] <- TRUE | |
} |
Is redundant with the logic already in the cmdstan makefiles:
https://github.com/stan-dev/cmdstan/blob/b2d14a30df8a843115aae9045ff5c01a031561e7/make/program#L59-L62
And is generating invalid calls to stanc3, see https://discourse.mc-stan.org/t/cannot-complile-and-then-use-gpu/40315
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working