Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yshekel committed Nov 4, 2024
1 parent 4de758f commit c9788e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ namespace icicle {
config.is_async = true;
config.stream = m_stream;

ICICLE_CHECK(icicle::slice(in_coeffs, offset, stride, size, out_size, config, out_coeffs));
ICICLE_CHECK(icicle::slice(in_coeffs, offset, stride, in_size, out_size, config, out_coeffs));
}

void add_sub(PolyContext& res, PolyContext a, PolyContext b, bool add1_sub0)
Expand Down
2 changes: 0 additions & 2 deletions icicle/tests/test_field_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
#include <gtest/gtest.h>
#include <iostream>
#include "dlfcn.h"
#include <new>
#include <random>
#include <cstdlib> // For system

#include "icicle/runtime.h"
#include "icicle/vec_ops.h"
Expand Down

0 comments on commit c9788e9

Please sign in to comment.