Skip to content

Commit 9633da3

Browse files
zxybazhjunrushaospectrometerHBHMasterJH5574jinhongyii
committed
Fix optional task name.
Co-authored-by: Junru Shao <[email protected]> Co-authored-by: Bohan Hou <[email protected]> Co-authored-by: Ruihang Lai <[email protected]> Co-authored-by: Hongyi Jin <[email protected]> Co-authored-by: Wuwei Lin <[email protected]> Co-authored-by: Siyuan Feng <[email protected]>
1 parent 6f055db commit 9633da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tvm/meta_schedule/tune_context.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class TuneContextNode : public runtime::Object {
5353
/*! \brief The probability of using certain mutator. */
5454
Map<Mutator, FloatImm> mutator_probs;
5555
/*! \brief The name of the tuning task. */
56-
String task_name;
56+
Optional<String> task_name;
5757
/*! \brief The random state. */
5858
support::LinearCongruentialEngine::TRandState rand_state;
5959
/*! \brief The number of threads to be used. */

0 commit comments

Comments
 (0)