We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7eeece commit 2706059Copy full SHA for 2706059
src/data/ellpack_page_source.h
@@ -187,10 +187,8 @@ class EllpackFormatPolicy {
187
public:
188
EllpackFormatPolicy() {
189
StringView msg{" The overhead of iterating through external memory might be significant."};
190
- if (!has_hmm_) {
+ if (!(has_hmm_ || curt::SupportsAts())) {
191
LOG(WARNING) << "CUDA heterogeneous memory management is not available." << msg;
192
- } else if (!curt::SupportsAts()) {
193
- LOG(WARNING) << "CUDA address translation service is not available." << msg;
194
}
195
if (!(GlobalConfigThreadLocalStore::Get()->use_rmm ||
196
GlobalConfigThreadLocalStore::Get()->use_cuda_async_pool)) {
0 commit comments