Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanUnderhill committed Nov 14, 2024
1 parent 4e7c63d commit b90bfc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/sampling_benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,9 @@ TEST_P(SamplingBenchmarkTest, RunBenchmark) {
auto benchmark_values = ::testing::Values(
BenchmarkParams{Generators::DeviceType::CPU, 1, BenchmarkFunction::TopP},
BenchmarkParams{Generators::DeviceType::CPU, 1, BenchmarkFunction::TopK},
BenchmarkParams{Generators::DeviceType::CPU, 1, BenchmarkFunction::TopKTopP},
BenchmarkParams{Generators::DeviceType::CPU, 1, BenchmarkFunction::TopKTopP}
#if USE_CUDA
,
BenchmarkParams{Generators::DeviceType::CUDA, 1, BenchmarkFunction::TopP},
BenchmarkParams{Generators::DeviceType::CUDA, 1, BenchmarkFunction::TopK},
BenchmarkParams{Generators::DeviceType::CUDA, 1, BenchmarkFunction::TopKTopP},
Expand Down

0 comments on commit b90bfc6

Please sign in to comment.