File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
ci-images/manylinux_2_28_x86_64
tests/python_package_test Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ cmake --build pocl/build -j4
7272
7373cmake \
7474 --install pocl/build \
75- --component dev \
75+ --component all \
7676 --component icd
7777EOF
7878
Original file line number Diff line number Diff line change @@ -143,6 +143,8 @@ else # Linux
143143 # # this shows the possible values for -DLLC_HOST_CPU
144144 # # see https://github.com/pocl/pocl/blob/013d2f19f4e8f2e0fd9aedcb70117d6dcc737aa9/doc/sphinx/source/install.rst#L171
145145 # llc -mcpu=help
146+ echo " --- /etc/OpenCL contents ---"
147+ find /etc/OpenCL -type f -name ' *'
146148 fi
147149 fi
148150 if [[ $TASK == " cuda" ]]; then
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ def test_binary():
9393 params = {
9494 "objective" : "binary" ,
9595 "metric" : "binary_logloss" ,
96- "verbose" : - 1 ,
96+ "verbose" : 10 ,
9797 "num_iteration" : 50 , # test num_iteration in dict here
9898 }
9999 lgb_train = lgb .Dataset (X_train , y_train )
You can’t perform that action at this time.
0 commit comments