xgboost/tests/ci_build/build_gpu_cmake.sh

7 lines
80 B
Bash

#!/usr/bin/env bash
mkdir build
cd build
cmake .. -DPLUGIN_UPDATER_GPU=ON
make