Skip to content

Commit

Permalink
Fixing compilation issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
massimim committed Dec 13, 2023
1 parent 13c51e2 commit 1356ef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ class bPartition
getDomainSize()
const -> Neon::index_3d;

NEON_CUDA_HOST_DEVICE
auto mem() const -> T const *;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ namespace Neon::domain::details::disaggregated::bGrid {
getDomainSize()
const -> Neon::index_3d;

NEON_CUDA_HOST_DEVICE
auto mem() const -> T const *;

/**
Expand Down

0 comments on commit 1356ef9

Please sign in to comment.