Skip to content

Commit

Permalink
[Compile] Enable star option by default. (DeepRec-AI#57)
Browse files Browse the repository at this point in the history
Enable star option by default.
  • Loading branch information
shanshanpt authored Sep 29, 2021
1 parent 25a2948 commit 9b22b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@ def main():
xla_enabled_by_default, 'xla')

set_build_var(environ_cp, 'TF_NEED_STAR', 'STAR', 'with_star_support',
False, 'star')
True, 'star')

set_build_var(environ_cp, 'TF_ENABLE_PMEM', 'PMEM', 'with_pmem_support',
False, 'pmem')
Expand Down

0 comments on commit 9b22b04

Please sign in to comment.