Skip to content

Commit f5b1621

Browse files
committed
Fix C++ benchmark name launch_2048B -> launch_2048b to match Python
1 parent 329f14b commit f5b1621

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/cuda_bindings/benchmarks/cpp/bench_launch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ int main(int argc, char** argv) {
314314
});
315315
check_cu(cuStreamSynchronize(stream), "sync");
316316

317-
suite.run("launch.launch_2048B", [&]() {
317+
suite.run("launch.launch_2048b", [&]() {
318318
check_cu(cuLaunchKernel(kernel_2048B, 1, 1, 1, 1, 1, 1, 0, stream, struct_params, nullptr),
319319
"cuLaunchKernel failed");
320320
});

0 commit comments

Comments
 (0)