Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
umangyadav committed Feb 7, 2024
1 parent f0ee8ef commit ce1eefe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/include/migraphx/op/pack_int4.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ struct pack_int4
{
argument result{output_shape};
auto in_shape = args.front().get_shape();
// use visit_all
visit_all(result, args[0])([&](auto output, auto input) {
par_for(output_shape.elements(), [&](auto i) {
auto data_idx = output_shape.multi(i);
Expand Down
1 change: 0 additions & 1 deletion src/include/migraphx/shape.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
#include "migraphx/kernels/types.hpp"
* The MIT License (MIT)
*
* Copyright (c) 2015-2024 Advanced Micro Devices, Inc. All rights reserved.
Expand Down

0 comments on commit ce1eefe

Please sign in to comment.