- Support resource view in ellpack. - Define the CUDA version of MMAP resource. - Define the CUDA version of malloc resource. - Refactor cuda runtime API wrappers, and add memory access related wrappers. - gather windows macros into a single header.
12 lines
234 B
C
12 lines
234 B
C
/**
|
|
* Copyright 2022-2024, XGBoost Contributors
|
|
*/
|
|
#ifndef XGBOOST_TESTS_CPP_FILESYSTEM_H
|
|
#define XGBOOST_TESTS_CPP_FILESYSTEM_H
|
|
|
|
#include <xgboost/windefs.h>
|
|
|
|
#include "dmlc/filesystem.h"
|
|
|
|
#endif // XGBOOST_TESTS_CPP_FILESYSTEM_H
|