Tencent / PhoenixGo

Go AI program which implements the AlphaGo Zero paper
Other
2.88k stars 577 forks source link

How to compile PhoenixGo to the x86 version? #64

Closed fmxFranky closed 6 years ago

fmxFranky commented 6 years ago

It seems like that the PhoenixGo can be compiled to the x86 version without tensorflow part. However, the struct of the project makes it very hard since that mcts_main also need tf or cuda lib etc. So if there are some way to compile it to x86 version? Thanks a lot!

wodesuck commented 6 years ago

Not sure, possibly not. I think it won't success unless you could compile tensorflow to the x86 version.