Skip to content

Commit

Permalink
update secp kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahdhn committed Dec 31, 2024
1 parent aa27dc7 commit a92a7ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/SECPriority/secp_kernels.cuh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once
#include "../Remesh/link_condition.cuh"
#include "rxmesh/cavity_manager.cuh"
#include "rxmesh/cavity_manager2.cuh"

#include "secp_pair.h"

Expand All @@ -12,8 +12,8 @@ __global__ static void secp(rxmesh::Context context,
using namespace rxmesh;
auto block = cooperative_groups::this_thread_block();
ShmemAllocator shrd_alloc;
CavityManager<blockThreads, CavityOp::EV> cavity(
block, context, shrd_alloc, true);
CavityManager2<blockThreads, CavityOp::EV> cavity(
block, context, shrd_alloc, 0, true);

const uint32_t pid = cavity.patch_id();

Expand Down

0 comments on commit a92a7ad

Please sign in to comment.