amdsc21
49732359ef
finish iterative_dmatrix.cu
2023-03-10 03:47:00 +01:00
amdsc21
ec9f500a49
finish proxy_dmatrix.cu
2023-03-10 03:40:07 +01:00
amdsc21
53244bef6f
finish simple_dmatrix.cu
2023-03-10 03:38:09 +01:00
amdsc21
f0febfbcac
finish gpu_predictor.cu
2023-03-10 01:29:54 +01:00
amdsc21
1c58ff61d1
finish fit_stump.cu
2023-03-10 00:46:29 +01:00
amdsc21
1530c03f7d
finish constraints.cu
2023-03-09 22:43:51 +01:00
amdsc21
309268de02
finish updater_gpu_hist.cu
2023-03-09 22:40:44 +01:00
amdsc21
500428cc0f
finish row_partitioner.cu
2023-03-09 22:31:11 +01:00
amdsc21
495816f694
finished gradient_based_sampler.cu
2023-03-09 22:26:08 +01:00
amdsc21
df42dd2c53
finished evaluator.cu
2023-03-09 22:22:05 +01:00
amdsc21
f55243fda0
finish evaluate_splits.cu
2023-03-09 22:15:10 +01:00
amdsc21
1e09c21456
finished feature_groups.cu
2023-03-09 21:31:00 +01:00
amdsc21
0ed5d3c849
finished histogram.cu
2023-03-09 21:28:37 +01:00
amdsc21
f67e7de7ef
finished communicator.cu
2023-03-09 21:02:48 +01:00
amdsc21
5044713388
finished updater_gpu_coordinate.cu
2023-03-09 20:53:54 +01:00
amdsc21
c875f0425f
finished rank_metric.cu
2023-03-09 20:48:31 +01:00
amdsc21
4fd08b6c32
finished survival_metric.cu
2023-03-09 20:41:52 +01:00
amdsc21
b9d86d44d6
finish multiclass_metric.cu
2023-03-09 20:37:16 +01:00
amdsc21
a56055225a
fix auc.cu
2023-03-09 20:29:38 +01:00
amdsc21
6eba0a56ec
fix CMakeLists.txt
2023-03-09 18:57:14 +01:00
Jiaming Yuan
5feee8d4a9
Define core multi-target regression tree structure. ( #8884 )
...
- Define a new tree struct embedded in the `RegTree`.
- Provide dispatching functions in `RegTree`.
- Fix some c++-17 warnings about the use of nodiscard (currently we disable the warning on
the CI).
- Use uint32_t instead of size_t for `bst_target_t` as it has a defined size and can be used
as part of dmlc parameter.
- Hide the `Segment` struct inside the categorical split matrix.
2023-03-09 19:03:06 +08:00
Jiaming Yuan
46dfcc7d22
Define a new ranking parameter. ( #8887 )
2023-03-09 17:46:24 +08:00
Krzysztof Dyba
e8a69013e6
[R] update predict docs ( #8886 )
2023-03-09 05:58:39 +08:00
amdsc21
00c24a58b1
finish elementwise_metric.cu
2023-03-08 22:50:07 +01:00
amdsc21
6fa248b75f
try elementwise_metric.cu
2023-03-08 22:42:48 +01:00
amdsc21
946f9e9802
fix gbtree.cc
2023-03-08 21:44:20 +01:00
amdsc21
4c4e5af29c
port elementwise_metric.cu
2023-03-08 21:39:56 +01:00
amdsc21
7e1b06417b
finish gbtree.cu porting
2023-03-08 21:09:56 +01:00
amdsc21
cdd7794641
add unused option
2023-03-08 20:37:53 +01:00
amdsc21
cd743a1ae9
fix DispatchRadixSort
2023-03-08 20:31:23 +01:00
amdsc21
a45005863b
fix DispatchScan
2023-03-08 20:15:33 +01:00
Jiaming Yuan
8c16da8863
[doc] Add note for rabit port. [skip ci] ( #8879 )
2023-03-08 19:00:10 +08:00
amdsc21
bdcb036592
add context.hip
2023-03-08 07:34:19 +01:00
amdsc21
7a3a9b682a
add device_helpers.hip.h
2023-03-08 07:18:33 +01:00
amdsc21
0a711662c3
add device_helpers.hip.h
2023-03-08 07:10:32 +01:00
amdsc21
312e58ec99
enable rocm, fix common.h
2023-03-08 06:45:03 +01:00
amdsc21
ca8f4e7993
enable rocm, fix stats.cuh
2023-03-08 06:43:06 +01:00
amdsc21
60795f22de
enable rocm, fix linalg_op.cuh
2023-03-08 06:42:20 +01:00
amdsc21
05fdca893f
enable rocm, fix cuda_pinned_allocator.h
2023-03-08 06:39:40 +01:00
amdsc21
d8cc93f3f2
enable rocm, fix algorithm.cuh
2023-03-08 06:38:35 +01:00
amdsc21
62c4efac51
enable rocm, fix transform.h
2023-03-08 06:37:34 +01:00
amdsc21
ba9e00d911
enable rocm, fix hist_util.cuh
2023-03-08 06:36:15 +01:00
amdsc21
d3be67ad8e
enable rocm, fix quantile.cuh
2023-03-08 06:32:09 +01:00
amdsc21
2eb0b6aae4
enable rocm, fix threading_utils.cuh
2023-03-08 06:30:52 +01:00
amdsc21
327f1494f1
enable rocm, fix cuda_context.cuh
2023-03-08 06:29:45 +01:00
amdsc21
fa92aa56ee
enable rocm, fix device_adapter.cuh
2023-03-08 06:26:31 +01:00
amdsc21
427f6c2a1a
enable rocm, fix simple_dmatrix.cuh
2023-03-08 06:24:34 +01:00
amdsc21
270c7b4802
enable rocm, fix row_partitioner.cuh
2023-03-08 06:22:25 +01:00
amdsc21
0fc1f640a9
enable rocm, fix nccl_device_communicator.cuh
2023-03-08 06:18:13 +01:00
dependabot[bot]
85c3334c2b
Bump hadoop-common from 3.2.4 to 3.3.4 in /jvm-packages ( #8882 )
...
Bumps hadoop-common from 3.2.4 to 3.3.4.
---
updated-dependencies:
- dependency-name: org.apache.hadoop:hadoop-common
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08 13:15:39 +08:00