Skip to content

Commit

Permalink
Forgot to set this.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Dec 27, 2022
1 parent c0c29ee commit d7b6664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Futhark/CodeGen/Backends/CCUDA/Boilerplate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ generateContextFuns cfg cost_centres kernels sizes failures = do
if (ctx == NULL) {
return NULL;
}
ctx->cuda.cfg = cfg->cu_cfg;
context_setup(cfg, ctx);
ctx->cuda.cfg.debugging = ctx->debugging;
ctx->cuda.cfg.logging = ctx->logging;
Expand Down

0 comments on commit d7b6664

Please sign in to comment.