Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clean out Aten, SNT, netfx #129

Merged
merged 6 commits into from
May 15, 2020
Merged

clean out Aten, SNT, netfx #129

merged 6 commits into from
May 15, 2020

Conversation

dsyme
Copy link
Contributor

@dsyme dsyme commented May 14, 2020

In discussion with @interesaaat we propose the following to simplify this repo

  1. Remove AtenSharp. The PyTorch C++ API is now the correct layer to wrap

  2. Remove the SNT implementation built on ATenSharp. It is better if this repo focus on the TorchTensor layer wrapping the PyTorch 1.5 C++ API

  3. Remove .NET Framework support

  4. Always build for both netstandard 2.1 and netcoreapp3.0 (i.e. with intrinsics support)

See issue #128

Also addresses #67 - copyright notices

@dsyme
Copy link
Contributor Author

dsyme commented May 15, 2020

Note it's possible someone might want to resurrect the System.Numerics.Tensor/AtenSharp bindings, but these should I think be in a separate repo.

@dsyme
Copy link
Contributor Author

dsyme commented May 15, 2020

I am archiving the AtenSharp and STN portions of this repository at https://github.com/fsprojects/AtenSharp

@dsyme dsyme merged commit 6220ff1 into dotnet:master May 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant