Skip to content

Commit

Permalink
Hotfix: reference global make_executable
Browse files Browse the repository at this point in the history
Needed to fix build with CUDA.

Signed-off-by: Joseph Schuchart <[email protected]>
  • Loading branch information
devreal committed Dec 20, 2024
1 parent c12d41d commit b5d943e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttg/ttg/parsec/ttg.h
Original file line number Diff line number Diff line change
Expand Up @@ -4339,7 +4339,7 @@ namespace ttg_parsec {
void make_executable() override {
world.impl().register_tt_profiling(this);
register_static_op_function();
ttg::TTBase::make_executable();
::ttg::TTBase::make_executable();
}

/// keymap accessor
Expand Down

0 comments on commit b5d943e

Please sign in to comment.