add hip.h

This commit is contained in:
amdsc21
2023-05-20 01:25:33 +02:00
parent 7663d47383
commit b22644fc10
44 changed files with 249 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/*!
* Copyright 2019 XGBoost contributors
*
* \file Various constraints used in GPU_Hist.
*/
#pragma once
#include "constraints.cuh"

View File

@@ -0,0 +1,6 @@
/*!
* Copyright 2020 by XGBoost Contributors
*/
#pragma once
#include "evaluate_splits.cuh"

View File

@@ -0,0 +1,6 @@
/*!
* Copyright 2020 by XGBoost Contributors
*/
#pragma once
#include "expand_entry.cuh"

View File

@@ -0,0 +1,7 @@
/*!
* Copyright 2020 by XGBoost Contributors
*/
#pragma once
#include "feature_groups.cuh"

View File

@@ -0,0 +1,6 @@
/*!
* Copyright 2019 by XGBoost Contributors
*/
#pragma once
#include "gradient_based_sampler.cuh"

View File

@@ -0,0 +1,6 @@
/*!
* Copyright 2020-2021 by XGBoost Contributors
*/
#pragma once
#include "histogram.cuh"

View File

@@ -0,0 +1,6 @@
/*!
* Copyright 2017-2022 XGBoost contributors
*/
#pragma once
#include "row_partitioner.cuh"

View File

@@ -0,0 +1,6 @@
/*!
* Copyright 2017-2019 XGBoost contributors
*/
#pragma once
#include "updater_gpu_common.cuh"