mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-24 13:37:01 +02:00
tests : remove stale comment (#29140)
This commit is contained in:
@@ -6219,13 +6219,6 @@ struct test_conv_2d : public test_case {
|
||||
// Whether the inputs are contiguous in the channel dim or the width dim
|
||||
const bool cwhn;
|
||||
|
||||
// If true, the direct CONV_2D will be used in the graph, otherwise it
|
||||
// uses ggml_conv_2d:
|
||||
// * if the program is called with -o CONV_2D_DIRECT_IMPL, the
|
||||
// CONV_2D graph will be built, while
|
||||
// * if the program is called with -o CONV_2D_INDIRECT_IMPL, the
|
||||
// IM2COL -> MUL_MM graph will be built.
|
||||
|
||||
std::string vars() override {
|
||||
return VARS_TO_STR10(ne_input, ne_kernel, type_kernel, stride0, stride1, padding0, padding1, dilation0, dilation1, cwhn);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user