Skip to content

Commit

Permalink
Combine separate ConfigureNVBench calls to fix cpp conda builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Mar 4, 2025
1 parent 8ff194d commit d7021c8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cpp/benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -355,11 +355,7 @@ ConfigureNVBench(
# ##################################################################################################
# * transform benchmark
# ---------------------------------------------------------------------------------
ConfigureNVBench(TRANSFORM_NVBENCH transform/polynomials.cpp)

# ##################################################################################################
# * transform benchmark ----------------------------------------------------------------------------
ConfigureNVBench(TRANSFORM_NVBENCH transform/transform.cpp)
ConfigureNVBench(TRANSFORM_NVBENCH transform/transform.cpp transform/polynomials.cpp)

# ##################################################################################################
# * nvtext benchmark -------------------------------------------------------------------
Expand Down

0 comments on commit d7021c8

Please sign in to comment.