You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2023. It is now read-only.
* build: build `CTensorFlow` with SPM
The `CTensorFlow` module provides the C bindings for X10 and is required
for building with X10 and SPM.
* Update Dockerfile
Disable swift-models release mode build pending a fix for building Swift Numerics in release mode.
* Update Dockerfile
Remove the TensorFlow modulemap.
@@ -99,4 +100,5 @@ RUN rm -f /swift-tensorflow-toolchain/usr/lib/swift/linux/libswiftTensorFlow.so
99
100
RUN python3 Utilities/benchmark_compile.py /swift-tensorflow-toolchain/usr/bin/swift benchmark_results.xml
100
101
101
102
# Run SwiftPM tests
102
-
RUN /swift-tensorflow-toolchain/usr/bin/swift test
103
+
RUN rm -f /swift-tensorflow-toolchain/usr/lib/swift/tensorflow/module.modulemap
104
+
RUN /swift-tensorflow-toolchain/usr/bin/swift test -Xcc -I/swift-tensorflow-toolchain/usr/lib/swift -Xlinker -L/swift-tensorflow-toolchain/usr/lib/swift/linux
0 commit comments