Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahdhn committed Sep 16, 2024
1 parent 7b5aaee commit 90fd142
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/rxmesh/matrix/nd_permute.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,9 @@ void permute_separators(RXMeshStatic& rx,
CPUTimer timer;
GPUTimer gtimer;

timer.start();
gtimer.start();

single_patch_nd_permute(rx, v_local_permute);


Expand Down

0 comments on commit 90fd142

Please sign in to comment.