xgboost/src/common/hist_util.hip.h
2023-05-20 01:25:33 +02:00

10 lines
210 B
C

/**
* Copyright 2020-2023 by XGBoost contributors
*
* \brief Front end and utilities for GPU based sketching. Works on sliding window
* instead of stream.
*/
#pragma once
#include "hist_util.cuh"