Skip to content

Commit

Permalink
Add deprecated attribute to HostSpace(AllocationMechanism) definition
Browse files Browse the repository at this point in the history
in an attempt to silent deprecated declaration warning when building the
library.
  • Loading branch information
dalg24 committed Aug 24, 2023
1 parent 8d8b24a commit b26a6c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/impl/Kokkos_HostSpace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
namespace Kokkos {

#ifdef KOKKOS_ENABLE_DEPRECATED_CODE_4
HostSpace::HostSpace(const HostSpace::AllocationMechanism &) : HostSpace() {}
KOKKOS_DEPRECATED HostSpace::HostSpace(const HostSpace::AllocationMechanism &)
: HostSpace() {}
#endif

void *HostSpace::allocate(const size_t arg_alloc_size) const {
Expand Down

0 comments on commit b26a6c6

Please sign in to comment.