Dmitry Razdoburdin
|
9c22df9342
|
Fix mingw hanging on regex in context (#9729)
---------
Co-authored-by: Dmitry Razdoburdin <>
|
2023-10-27 20:01:35 +08:00 |
|
Dmitry Razdoburdin
|
f41a08fda8
|
Add 'sycl' devices to the context (#9691)
Co-authored-by: Dmitry Razdoburdin <>
|
2023-10-26 22:17:56 +08:00 |
|
Jiaming Yuan
|
8c676c889d
|
Remove internal use of gpu_id. (#9568)
|
2023-09-20 23:29:51 +08:00 |
|
Jiaming Yuan
|
04aff3af8e
|
Define the new device parameter. (#9362)
|
2023-07-13 19:30:25 +08:00 |
|
Jiaming Yuan
|
3760cede0f
|
Consistent use of context to specify number of threads. (#8733)
- Use context in all tests.
- Use context in R.
- Use context in C API DMatrix initialization. (0 threads is used as dft).
|
2023-01-30 15:25:31 +08:00 |
|
Jiaming Yuan
|
4416452f94
|
Return single thread from context when called inside omp region. (#8693)
|
2023-01-18 09:23:37 +08:00 |
|
Jiaming Yuan
|
c6a8754c62
|
Define CUDA Context. (#8604)
We will transition to non-default and non-blocking CUDA stream.
|
2022-12-20 15:15:07 +08:00 |
|
Jiaming Yuan
|
3e26107a9c
|
Rename and extract Context. (#8528)
* Rename `GenericParameter` to `Context`.
* Rename header file to reflect the change.
* Rename all references.
|
2022-12-07 04:58:54 +08:00 |
|