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

Commit 9cb6756

Browse files
committed
Reduce dependency in GeneticAutotuner
1 parent 8ffd5cd commit 9cb6756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc/autotuner/genetic_autotuner.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <memory>
2020
#include <vector>
2121

22-
#include "tc/autotuner/genetic_tuning_harness.h"
22+
#include "tc/autotuner/parameters.h"
2323
#include "tc/autotuner/utils/utils.h"
2424
#include "tc/lang/parser.h"
2525

0 commit comments

Comments
 (0)