Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 80bdc54

Browse files
Drop reliance on the test harness from examples
The idea of examples is they should be standalone and as simple as possible. Relying on test harness goes against this principle. set/getAtenSeed graduated to aten.h in the previous commit, no need to rely on the test harness anymore.
1 parent 52cc55b commit 80bdc54

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

tc/examples/blockdiagperm.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
#include "tc/core/cuda/cuda_tc_executor_new_api.h"
3030
#include "tc/core/flags.h"
3131

32-
#include "../test/test_harness_aten_cuda.h"
33-
3432
DEFINE_string(proto_path, "", "Filename to load and store proto cache ");
3533

3634
using ATenGeneticCudaTuner =

tc/examples/tensordot.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
#include "tc/core/cuda/cuda_tc_executor_new_api.h"
3232
#include "tc/core/flags.h"
3333

34-
#include "../test/test_harness_aten_cuda.h"
35-
3634
DEFINE_string(proto_path, "", "Filename to load and store proto cache ");
3735

3836
template <typename Backend>

tc/examples/wavenet.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
#include "tc/core/cuda/cuda_tc_executor_new_api.h"
3030
#include "tc/core/flags.h"
3131

32-
#include "../test/test_harness_aten_cuda.h"
33-
3432
DEFINE_string(proto_path, "", "Filename to load and store proto cache ");
3533

3634
using ATenGeneticCudaTuner =

0 commit comments

Comments
 (0)