Hui Liu
|
11afdc957e
|
fix memory type
v2.0.2-rocm
|
2024-01-26 15:43:24 -08:00 |
|
Hui Liu
|
56d2821bb9
|
Merge tag 'v2.0.2' into release_2.0.2-rocm
|
2024-01-25 07:42:34 -08:00 |
|
Hui Liu
|
dc7ee041cc
|
use __HIPCC__ for device code
|
2024-01-24 12:32:51 -08:00 |
|
Hui Liu
|
7dc152450e
|
workaround memoryType and change rccl config
|
2024-01-11 13:13:14 -08:00 |
|
Philip Hyunsu Cho
|
41ce8f28b2
|
[jvm-packages] Add Scala version suffix to xgboost-jvm package (#9776)
* Update JVM script (#9714)
* Bump version to 2.0.2; revamp pom.xml
* Update instructions in prepare_jvm_release.py
* Fix formatting
v2.0.2
|
2023-11-08 10:17:26 -08:00 |
|
Jiaming Yuan
|
0ffc52e05c
|
[backport] Fix using categorical data with the ranker. (#9753) (#9778)
|
2023-11-09 01:20:52 +08:00 |
|
Hui Liu
|
82d81bca94
|
rm hip.h files
|
2023-10-30 21:54:00 -07:00 |
|
Hui Liu
|
6ec5cf26fc
|
enable 3 more tests
|
2023-10-30 15:27:02 -07:00 |
|
Hui Liu
|
1ec57fd1a3
|
enable ROCm support, rm un-necessary code
|
2023-10-30 12:39:30 -07:00 |
|
Hui Liu
|
d0774a78e4
|
add hip to config
|
2023-10-30 12:01:24 -07:00 |
|
Hui Liu
|
8d160a206e
|
add jvm rocm support
|
2023-10-30 11:49:47 -07:00 |
|
Hui Liu
|
a41bc0975c
|
rocm enable for v2.0.1, rm setup.py
|
2023-10-27 18:53:16 -07:00 |
|
Hui Liu
|
782b73f2bb
|
rocm enable for v2.0.1
|
2023-10-27 18:50:28 -07:00 |
|
Philip Hyunsu Cho
|
a408254c2f
|
Use sys.base_prefix instead of sys.prefix (#9711)
* Use sys.base_prefix instead of sys.prefix
* Update libpath.py too
v2.0.1
|
2023-10-23 23:31:40 -07:00 |
|
Philip Hyunsu Cho
|
22e891dafa
|
[jvm-packages] Remove hard dependency on libjvm (#9698) (#9705)
|
2023-10-23 21:21:14 -07:00 |
|
Philip Hyunsu Cho
|
89530c80a7
|
[CI] Build libxgboost4j.dylib for Intel Mac (#9704)
|
2023-10-23 20:45:01 -07:00 |
|
Philip Hyunsu Cho
|
946ab53b57
|
Fix libpath logic for Windows (#9687)
|
2023-10-19 10:42:46 -07:00 |
|
Philip Hyunsu Cho
|
afd03a6934
|
Fix build for AppleClang 11 (#9684)
|
2023-10-18 09:35:59 -07:00 |
|
Jiaming Yuan
|
f7da938458
|
[backport][pyspark] Support stage-level scheduling (#9519) (#9686)
Co-authored-by: Bobby Wang <wbo4958@gmail.com>
|
2023-10-18 14:05:08 +08:00 |
|
Philip Hyunsu Cho
|
6ab6577511
|
Fix build for GCC 8.x (#9670)
|
2023-10-12 23:36:41 -07:00 |
|
Philip Hyunsu Cho
|
8c57558d74
|
[backport] [CI] Pull CentOS 7 images from NGC (#9666) (#9668)
|
2023-10-13 14:09:54 +08:00 |
|
Jiaming Yuan
|
58aa98a796
|
Bump version to 2.0.1. (#9660)
|
2023-10-13 08:47:32 +08:00 |
|
Jiaming Yuan
|
92273b39d8
|
[backport] Add support for cgroupv2. (#9651) (#9656)
|
2023-10-12 11:39:27 +08:00 |
|
Jiaming Yuan
|
e824b18bf6
|
[backport] Support pandas 2.1.0. (#9557) (#9655)
|
2023-10-12 11:29:59 +08:00 |
|
Jiaming Yuan
|
66ee89d8b4
|
[backport] Workaround Apple clang issue. (#9615) (#9636)
|
2023-10-08 15:42:15 +08:00 |
|
Jiaming Yuan
|
54d1d72d01
|
[backport] Use array interface for testing numpy arrays. (#9602) (#9635)
|
2023-10-08 11:45:49 +08:00 |
|
Jiaming Yuan
|
032bcc57f9
|
[backport][R] Fix method name. (#9577) (#9592)
|
2023-09-19 02:08:46 +08:00 |
|
Jiaming Yuan
|
ace7713201
|
[backport] Fix default metric configuration. (#9575) (#9590)
|
2023-09-18 23:40:43 +08:00 |
|
Jiaming Yuan
|
096047c547
|
Make 2.0 release. (#9567)
v2.0.0
|
2023-09-12 00:20:49 +08:00 |
|
Jiaming Yuan
|
e75dd75bb2
|
[backport] [pyspark] support gpu transform (#9542) (#9559)
---------
Co-authored-by: Bobby Wang <wbo4958@gmail.com>
|
2023-09-07 17:21:09 +08:00 |
|
Jiaming Yuan
|
4d387cbfbf
|
[backport] [pyspark] rework transform to reuse same code (#9292) (#9558)
Co-authored-by: Bobby Wang <wbo4958@gmail.com>
|
2023-09-07 15:26:24 +08:00 |
|
Jiaming Yuan
|
3fde9361d7
|
[backport] Fix inplace predict with fallback when base margin is used. (#9536) (#9548)
- Copy meta info from proxy DMatrix.
- Use `std::call_once` to emit less warnings.
|
2023-09-05 23:38:06 +08:00 |
|
Jiaming Yuan
|
b67c2ed96d
|
[backport] [CI] bump setup-r action version. (#9544) (#9551)
|
2023-09-05 22:10:30 +08:00 |
|
Jiaming Yuan
|
177fd79864
|
[backport] Fix read the doc configuration. [skip ci] (#9549)
|
2023-09-05 17:32:00 +08:00 |
|
Jiaming Yuan
|
06487d3896
|
[backport] Fix GPU categorical split memory allocation. (#9529) (#9535)
|
2023-08-29 21:14:43 +08:00 |
|
Jiaming Yuan
|
e50ccc4d3c
|
[R] Fix integer inputs with NA. (#9522) (#9534)
|
2023-08-29 19:52:13 +08:00 |
|
Jiaming Yuan
|
add57f8880
|
[backport] Delay the check for vector leaf. (#9509) (#9533)
|
2023-08-29 18:25:59 +08:00 |
|
Jiaming Yuan
|
a0d3573c74
|
[backport] Fix device dispatch for linear updater. (#9507) (#9532)
|
2023-08-29 15:10:43 +08:00 |
|
Jiaming Yuan
|
4301558a57
|
Make 2.0.0 RC1. (#9492)
v2.0.0rc1
|
2023-08-17 16:16:51 +08:00 |
|
Bobby Wang
|
68be454cfa
|
[pyspark] hotfix for GPU setup validation (#9495)
* [pyspark] fix a bug of validating gpu configuration
---------
Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
|
2023-08-17 16:01:39 +08:00 |
|
Jiaming Yuan
|
5188e27513
|
Fix version parsing with rc release. (#9493)
|
2023-08-16 22:44:58 +08:00 |
|
Jiaming Yuan
|
f380c10a93
|
Use hint for find nccl. (#9490)
|
2023-08-16 16:08:41 +08:00 |
|
Sean Yang
|
12fe2fc06c
|
Fix federated learning demos and tests (#9488)
|
2023-08-16 15:25:05 +08:00 |
|
Jiaming Yuan
|
b2e93d2742
|
[doc] Quick note for the device parameter. [skip ci] (#9483)
|
2023-08-16 13:35:55 +08:00 |
|
Jiaming Yuan
|
c061e3ae50
|
[jvm-packages] Bump rapids version. (#9482)
|
2023-08-15 16:26:42 -07:00 |
|
James Lamb
|
b82e78c169
|
[R] remove commented-out code (#9481)
|
2023-08-15 13:44:08 +08:00 |
|
Boris
|
8463107013
|
Updated versions. Reorganised dependencies. (#9479)
|
2023-08-14 14:28:28 -07:00 |
|
Jiaming Yuan
|
19b59938b7
|
Convert input to str for hypothesis note. (#9480)
|
2023-08-15 02:27:58 +08:00 |
|
James Lamb
|
e3f624d8e7
|
[R] remove more uses of default values in internal functions (#9476)
|
2023-08-14 22:18:33 +08:00 |
|
James Lamb
|
2c84daeca7
|
[R] [doc] remove documentation index entries for internal functions (#9477)
|
2023-08-14 22:18:02 +08:00 |
|