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

Commit

Permalink
Fix endif
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizaWszola committed Jul 4, 2024
1 parent 15468d8 commit 7e52ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csrc/quantization/gptq_marlin/quantized_marlin_common.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -1611,8 +1611,6 @@ exec_config_t determine_thread_config(int prob_m, int prob_n, int prob_k,
return exec_config_t{0, {-1, -1, -1}};
}

#endif

inline exec_config_t get_and_check_exec_config(int prob_m, int prob_n,
int prob_k, int num_bits,
bool has_act_order,
Expand Down Expand Up @@ -1679,4 +1677,6 @@ inline int get_and_check_group_blocks(int prob_k, bool has_act_order,
}
}

#endif

} // namespace gptq_marlin

0 comments on commit 7e52ace

Please sign in to comment.