add hip.h
This commit is contained in:
7
src/data/device_adapter.hip.h
Normal file
7
src/data/device_adapter.hip.h
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Copyright 2019-2023 by XGBoost Contributors
|
||||
* \file device_adapter.cuh
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "device_adapter.cuh"
|
||||
6
src/data/ellpack_page.hip.h
Normal file
6
src/data/ellpack_page.hip.h
Normal file
@@ -0,0 +1,6 @@
|
||||
/*!
|
||||
* Copyright 2019 by XGBoost Contributors
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "ellpack_page.cuh"
|
||||
6
src/data/proxy_dmatrix.hip.h
Normal file
6
src/data/proxy_dmatrix.hip.h
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Copyright 2021-2023 XGBoost contributors
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "proxy_dmatrix.cuh"
|
||||
7
src/data/simple_dmatrix.hip.h
Normal file
7
src/data/simple_dmatrix.hip.h
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Copyright 2019-2023 by XGBoost Contributors
|
||||
* \file simple_dmatrix.cuh
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "simple_dmatrix.cuh" // for HasInfInData
|
||||
Reference in New Issue
Block a user