mlcommons / inference_results_v0.5

This repository contains the results and code for the MLPerf™ Inference v0.5 benchmark.
https://mlcommons.org/en/inference-datacenter-05/
Apache License 2.0
55 stars 43 forks source link

fix compatible issue between Alibaba hg submission and official tf release #10

Open aaronzhongii opened 4 years ago

aaronzhongii commented 4 years ago

as gcc 5 is the default gcc for ubuntu 16.04, compile flag -D_GLIBCXX_USE_CXX11_ABI=0 is needed to make Alibaba HanGuang implementation compatible with official tensorflow release installed through pip.

submission result are not affected by this change.