Commit 11dbede7 authored by Yong Tang's avatar Yong Tang Committed by Martin Wicke
Browse files

Allow tfcompile_flags to be a list (#14337)



This PR is a follow up to 12769 and 14333 to address the issue
raised in 12767 so that it is possible to specify the flag with
```
tfcompile_flags = ["--target_cpu='core-avx2'", "--xla_enable_fast_math=false"]`
```
Previously it was only possible to specify the flag with:
```
tfcompile_flags = "--target_cpu='core-avx2' --xla_enable_fast_math=false"
```

This PR will fix 12767.

Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
parent d8f5ef41
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment