Skip to content

Commit

Permalink
build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
oOTigger committed Jan 29, 2025
1 parent f19df3a commit 8860adf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
3 changes: 0 additions & 3 deletions .envrc

This file was deleted.

8 changes: 0 additions & 8 deletions .vimrc

This file was deleted.

3 changes: 1 addition & 2 deletions lib/kernels/test/src/test_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "utils/join_strings.h"
#include <random>

namespace FlexFlow {
using namespace ::FlexFlow;

GenericTensorAccessorW create_zero_filled_accessor_w(TensorShape const &shape,
Allocator &allocator) {
Expand Down Expand Up @@ -242,4 +242,3 @@ GenericTensorAccessorR create_filled_accessor_r(TensorShape const &shape,
create_filled_accessor_w(shape, allocator, val);
return read_only_accessor_from_write_accessor(w_accessor);
}
} // namespace FlexFlow

0 comments on commit 8860adf

Please sign in to comment.