Skip to content

Commit

Permalink
Remove GDR code from main TF repo.
Browse files Browse the repository at this point in the history
It has moved to github.com/tensorflow/networking

PiperOrigin-RevId: 266063354
  • Loading branch information
gunan authored and tensorflower-gardener committed Aug 29, 2019
1 parent a31580d commit 1b00dda
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 1,909 deletions.
1 change: 0 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ build:sycl_nodouble --config=sycl
build:sycl_trisycl --define=using_trisycl=true

# Options extracted from configure script
build:gdr --define=with_gdr_support=true
build:ngraph --define=with_ngraph_support=true
build:numa --define=with_numa_support=true

Expand Down
1 change: 0 additions & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,6 @@ def main():
'details.')
config_info_line('mkl', 'Build with MKL support.')
config_info_line('monolithic', 'Config for mostly static monolithic build.')
config_info_line('gdr', 'Build with GDR support.')
config_info_line('ngraph', 'Build with Intel nGraph support.')
config_info_line('numa', 'Build with NUMA support.')
config_info_line(
Expand Down
6 changes: 0 additions & 6 deletions tensorflow/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -309,12 +309,6 @@ config_setting(
visibility = ["//visibility:public"],
)

config_setting(
name = "with_gdr_support",
define_values = {"with_gdr_support": "true"},
visibility = ["//visibility:public"],
)

config_setting(
name = "with_numa_support",
define_values = {"with_numa_support": "true"},
Expand Down
132 changes: 0 additions & 132 deletions tensorflow/contrib/gdr/BUILD

This file was deleted.

131 changes: 0 additions & 131 deletions tensorflow/contrib/gdr/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions tensorflow/contrib/gdr/gdr.proto

This file was deleted.

Loading

0 comments on commit 1b00dda

Please sign in to comment.