Skip to content

Commit

Permalink
Merge pull request #9107 from cms-sw/smuzaffar-patch-2
Browse files Browse the repository at this point in the history
tensorflow-xla-runtime: fix for TF 2.15
  • Loading branch information
smuzaffar authored Apr 2, 2024
2 parents 4f431f0 + 9332941 commit c6e39a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow-xla-runtime.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CXXFLAGS="-fPIC -Wl,-z,defs %{arch_build_flags} ${CMS_EIGEN_CXX_FLAGS}"

pushd tensorflow/xla_aot_runtime_src
# remove unnecessary implementations that use symbols that are not even existing
rm tensorflow/compiler/xla/service/cpu/runtime_fork_join.cc
find . -type f -path '*/service/cpu/runtime_fork_join.cc' | xargs rm -f

cmake . \
-DCMAKE_CXX_FLAGS="${CXXFLAGS}" \
Expand Down

0 comments on commit c6e39a8

Please sign in to comment.