Skip to content

Commit

Permalink
remove outdated CC test
Browse files Browse the repository at this point in the history
  • Loading branch information
mortendahl committed Apr 17, 2020
1 parent 6343a41 commit 45786b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
16 changes: 0 additions & 16 deletions tf_big/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,6 @@ cc_binary(
copts = ["-pthread", "-std=c++11", "-D_GLIBCXX_USE_CXX11_ABI=0", "-fPIC"],
)

# cc_test(
# name = "big_ops_test",
# srcs = [
# "cc/big_tensor_test.cc",
# "cc/big_tensor.h",
# "cc/big_tensor.cc",
# ],
# deps = [
# "@com_google_googletest//:gtest",
# "@local_config_tf//:libtensorflow_framework",
# "@local_config_tf//:tf_header_lib",
# "@libgmp//:lib"
# ],
# copts = ["-pthread", "-std=c++11", "-D_GLIBCXX_USE_CXX11_ABI=0", "-fPIC"],
# )

py_library(
name = "big_ops_py",
srcs = ([
Expand Down
30 changes: 0 additions & 30 deletions tf_big/cc/big_tensor_test.cc

This file was deleted.

0 comments on commit 45786b5

Please sign in to comment.