-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I am trying to change my simulation to use GPUs rather than just CPUs. I changed sim!(output, spec_rule,nbr_rule; proc = ThreadedCPU(), boundary=Wrap()) to use "CuGPU" instead of "ThreadedCPU", but then I get the error: nested task error: UndefVarError: CuGPU not defined
What other changed are required for CuGPU() to be recognized?
Metadata
Metadata
Assignees
Labels
No labels