Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 06759a5

Browse files
committed
Remove Bazel build files and update README
1 parent bed5a7e commit 06759a5

File tree

5 files changed

+0
-93
lines changed

5 files changed

+0
-93
lines changed

tftrt/benchmarking-cpp/BUILD

Lines changed: 0 additions & 33 deletions
This file was deleted.

tftrt/benchmarking-cpp/README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,6 @@ python3 convert_model.py --model-dir /path/to/model/dir --output-dir /path/to/de
2626

2727
## Building
2828

29-
The binary relies on a modified Tensorflow, which will need to be rebuilt. Internal users can use a container with Tensorflow already modified and built, instead of building with Bazel, which will take much longer.
30-
31-
### Bazel
32-
33-
The `setup.sh` script applies the Tensorflow patch and prepares the container for the Bazel build.
34-
35-
```
36-
/workspace/tensorrt/tftrt/benchmarking-cpp/build-scripts/setup.sh
37-
cd /opt/tensorflow
38-
./tftrt-build.sh
39-
```
40-
41-
The binary will be located at `/opt/tensorflow/tensorflow-source/bazel-bin/tensorflow/examples/benchmarking-cpp/tftrt_benchmark_runner`.
42-
43-
### Prebuilt
44-
45-
For internal NVIDIA users, a container with a prebuilt modified Tensorflow is available. In the container, use CMake to build the binary without needing to rebuild Tensorflow:
46-
4729
```
4830
cd /workspace/tensorrt/tftrt/benchmarking-cpp
4931
mkdir build && cd build

tftrt/benchmarking-cpp/build-scripts/setup.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

tftrt/benchmarking-cpp/build-scripts/tf-profiler.patch

Lines changed: 0 additions & 22 deletions
This file was deleted.

tftrt/benchmarking-cpp/build-scripts/tftrt-build.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)