Skip to content

Commit

Permalink
feat: cuda test
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwolf-x committed Nov 23, 2024
1 parent 05a6230 commit 1f55eaa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lightgbm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
with:
platform_version: 2022
boost_version: 1.86.0
toolset: msvc
cache: false
# link: static
# - name: cuda-toolkit
# uses: Jimver/cuda-toolkit@master
# uses: Jimver/cuda-toolkit@master
# id: cuda-toolkit
# # https://docs.nvidia.com/cuda/archive/12.6.2/cuda-installation-guide-microsoft-windows/index.html#id3
# with:
Expand All @@ -42,6 +42,7 @@ jobs:
# echo ${{ steps.install-boost.outputs.BOOST_VER }}
- name: Configure build
run: |
echo $HOME
# cmake -B build -S . -A x64 -DUSE_GPU=1 -DBOOST_ROOT=$BOOST_ROOT
# cmake -B build -S . -A x64 -DUSE_GPU=1 -DBOOST_ROOT=BOOST_ROOT -DOpenCL_LIBRARY="C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v10.0/lib/x64/OpenCL.lib" -DOpenCL_INCLUDE_DIR="C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v10.0/include"
Expand Down

0 comments on commit 1f55eaa

Please sign in to comment.