Skip to content

Commit

Permalink
remove PFA macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliza Lisan authored and Aliza Lisan committed Sep 16, 2023
1 parent a40d197 commit 4b2c958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/app/utils_mfem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ using dt3 = mfem::DeviceTensor<3, T>;


template <typename Tin, typename Tout>
PERFFASPECT()
__attribute__((annotate("@critical_path(pointcut='around')")))
static inline void pack_ij(const int k,
const int sz_i,
const int sz_sparse_j,
Expand All @@ -65,7 +65,7 @@ static inline void pack_ij(const int k,
}

template <typename Tin, typename Tout>
PERFFASPECT()
__attribute__((annotate("@critical_path(pointcut='around')")))
static inline void unpack_ij(const int k,
const int sz_i,
const int sz_sparse_j,
Expand Down

0 comments on commit 4b2c958

Please sign in to comment.