tf-encrypted / rfcs

Community design documents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moving to Swift

mortendahl opened this issue · comments

Explore to what extent it makes sense to move (parts of) the TFE codebase Swift, and if so, outline what this would look like.

Pros:

  • strong typing system
  • better integration of custom kernels/MLIR

Cons:

Questions:

  • is S4TF suitable for (expressing) distributed computations?
  • how would S4TF fit together with TFE compiler and runtime?
  • how easy is it to use Swift code from Python, or would it require users moving to Swift as well?