Skip to content

Commit

Permalink
Update gputreeshap to use rapids-cmake. (#5512)
Browse files Browse the repository at this point in the history
This PR bumps the gputreeshap tag to include recent changes in rapidsai/gputreeshap#38 and rapidsai/gputreeshap#39. This resolves a cuml build issue with Google Benchmark, described in rapidsai/gputreeshap#38.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Robert Maynard (https://github.com/robertmaynard)
  - Dante Gama Dessavre (https://github.com/dantegd)

URL: #5512
  • Loading branch information
bdice authored Jul 24, 2023
1 parent a194410 commit 8f9002f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/cmake/thirdparty/get_gputreeshap.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#=============================================================================
# Copyright (c) 2021-2022, NVIDIA CORPORATION.
# Copyright (c) 2021-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -68,4 +68,4 @@ function(find_and_configure_gputreeshap)

endfunction()

find_and_configure_gputreeshap(PINNED_TAG 78e3548cda5e7c263d125e8c10e733ebf2c4ebbd)
find_and_configure_gputreeshap(PINNED_TAG ae946908b4cdc2bf498deefc426a3656761166f5)

0 comments on commit 8f9002f

Please sign in to comment.