Skip to content

Commit

Permalink
fixed style check error
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarrr committed Jan 8, 2025
1 parent 0de2903 commit a77ecba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/benchmarks/binaryop/polynomials.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ static void BM_binaryop_polynomials(nvbench::state& state)

BINARYOP_POLYNOMIALS_BENCHMARK_DEFINE(binaryop_polynomials_float32, float);

BINARYOP_POLYNOMIALS_BENCHMARK_DEFINE(binaryop_polynomials_float64, double);
BINARYOP_POLYNOMIALS_BENCHMARK_DEFINE(binaryop_polynomials_float64, double);
2 changes: 1 addition & 1 deletion cpp/benchmarks/transform/polynomials.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ __device__ inline void fdsf (

TRANSFORM_POLYNOMIALS_BENCHMARK_DEFINE(transform_polynomials_float32, float);

TRANSFORM_POLYNOMIALS_BENCHMARK_DEFINE(transform_polynomials_float64, double);
TRANSFORM_POLYNOMIALS_BENCHMARK_DEFINE(transform_polynomials_float64, double);

0 comments on commit a77ecba

Please sign in to comment.