Skip to content

Commit 230d485

Browse files
authored
TensorFlow: remove dead code (tensorflow#1180)
Both the CMake and SPM builds now unconditionally enable the X10 backend. As there is no configuration knob to control whether X10 backend support can be disabled, remove the now dead code path.
1 parent 1297088 commit 230d485

File tree

11 files changed

+40692
-40839
lines changed

11 files changed

+40692
-40839
lines changed

Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ let package = Package(
6868
.product(name: "Numerics", package: "swift-numerics"),
6969
],
7070
swiftSettings: [
71-
.define("USING_X10_BACKEND"),
7271
.define("DEFAULT_BACKEND_EAGER"),
7372
]),
7473
.target(

0 commit comments

Comments
 (0)