add hip.h
This commit is contained in:
8
src/tree/constraints.hip.h
Normal file
8
src/tree/constraints.hip.h
Normal file
@@ -0,0 +1,8 @@
|
||||
/*!
|
||||
* Copyright 2019 XGBoost contributors
|
||||
*
|
||||
* \file Various constraints used in GPU_Hist.
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "constraints.cuh"
|
||||
6
src/tree/gpu_hist/evaluate_splits.hip.h
Normal file
6
src/tree/gpu_hist/evaluate_splits.hip.h
Normal file
@@ -0,0 +1,6 @@
|
||||
/*!
|
||||
* Copyright 2020 by XGBoost Contributors
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "evaluate_splits.cuh"
|
||||
6
src/tree/gpu_hist/expand_entry.hip.h
Normal file
6
src/tree/gpu_hist/expand_entry.hip.h
Normal file
@@ -0,0 +1,6 @@
|
||||
/*!
|
||||
* Copyright 2020 by XGBoost Contributors
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "expand_entry.cuh"
|
||||
7
src/tree/gpu_hist/feature_groups.hip.h
Normal file
7
src/tree/gpu_hist/feature_groups.hip.h
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Copyright 2020 by XGBoost Contributors
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "feature_groups.cuh"
|
||||
6
src/tree/gpu_hist/gradient_based_sampler.hip.h
Normal file
6
src/tree/gpu_hist/gradient_based_sampler.hip.h
Normal file
@@ -0,0 +1,6 @@
|
||||
/*!
|
||||
* Copyright 2019 by XGBoost Contributors
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "gradient_based_sampler.cuh"
|
||||
6
src/tree/gpu_hist/histogram.hip.h
Normal file
6
src/tree/gpu_hist/histogram.hip.h
Normal file
@@ -0,0 +1,6 @@
|
||||
/*!
|
||||
* Copyright 2020-2021 by XGBoost Contributors
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "histogram.cuh"
|
||||
6
src/tree/gpu_hist/row_partitioner.hip.h
Normal file
6
src/tree/gpu_hist/row_partitioner.hip.h
Normal file
@@ -0,0 +1,6 @@
|
||||
/*!
|
||||
* Copyright 2017-2022 XGBoost contributors
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "row_partitioner.cuh"
|
||||
6
src/tree/updater_gpu_common.hip.h
Normal file
6
src/tree/updater_gpu_common.hip.h
Normal file
@@ -0,0 +1,6 @@
|
||||
/*!
|
||||
* Copyright 2017-2019 XGBoost contributors
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "updater_gpu_common.cuh"
|
||||
Reference in New Issue
Block a user