Skip to content

Commit 98ad6a8

Browse files
author
Dmitry Razdoburdin
committed
switch test to default sycl device
1 parent 8563b14 commit 98ad6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python-sycl/test_sycl_training_continuation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def run_training_continuation(self, use_json):
1313
y = rng.randn(kRows)
1414
dtrain = xgb.DMatrix(X, y)
1515
params = {
16-
"device": "sycl:cpu",
16+
"device": "sycl",
1717
"max_depth": "2",
1818
"gamma": "0.1",
1919
"alpha": "0.01",

0 commit comments

Comments
 (0)