Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Fix style-check header file
Browse files Browse the repository at this point in the history
  • Loading branch information
lmontigny committed Jul 4, 2023
1 parent 2a4bd6e commit abf9f73
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions omniscidb/Tests/GpuSharedMemoryTestIntel.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,14 @@ class GpuReductionTester : public GpuSharedMemCodeBuilder {
l0::L0Manager* l0_mgr,
const compiler::CodegenTraits& traits,
Executor* executor)
: GpuSharedMemCodeBuilder(
module,
context,
qmd,
targets,
init_agg_values,
config,
traits,
executor)
: GpuSharedMemCodeBuilder(module,
context,
qmd,
targets,
init_agg_values,
config,
traits,
executor)
, l0_mgr_(l0_mgr)
, executor_(executor) {
// CHECK(getReductionFunction());
Expand Down

0 comments on commit abf9f73

Please sign in to comment.