Skip to content

Commit

Permalink
static assert message
Browse files Browse the repository at this point in the history
  • Loading branch information
vuule committed Jun 11, 2024
1 parent fe4d668 commit 2d63f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/utilities/pinned_memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class fixed_pinned_pool_memory_resource {
static_assert(cuda::mr::resource_with<fixed_pinned_pool_memory_resource,
cuda::mr::device_accessible,
cuda::mr::host_accessible>,
"");
"Pinned pool mr must be accessible from both host and device");

CUDF_EXPORT rmm::host_device_async_resource_ref& make_default_pinned_mr(
std::optional<size_t> config_size)
Expand Down

0 comments on commit 2d63f5a

Please sign in to comment.