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

[tensorflow-lite] Update to 2.16.1 #196

Merged
merged 6 commits into from
May 12, 2024
Merged

Conversation

luncliff
Copy link
Owner

@luncliff luncliff commented May 11, 2024

Changes

Update the port to use 2.16.1 release sources

  • Temporary disabled Android support because of OpenGL API usage
  • Use ClangCL build in x64-windows
    • arm64-windows still uses MSVC toolset

References

Triplet Support

  • x64-windows
  • arm64-windows
  • arm64-android: disabled
  • x64-android: disabled

Configuration

"vcpkg-configuration.json" changes for the release.

{
    "registries": [
        {
            "kind": "git",
            "repository": "https://github.com/luncliff/vcpkg-registry",
            "packages": [
                "tensorflow-lite"
            ],
            "baseline": "..."
        }
    ]
}

@luncliff luncliff self-assigned this May 11, 2024
@luncliff luncliff added deprecated Something won't supported anymore platform: android NDK (arm64, x86_64) platform: windows Windows, UWP labels May 11, 2024
@luncliff luncliff marked this pull request as draft May 12, 2024 05:16
@luncliff luncliff marked this pull request as ready for review May 12, 2024 10:57
@luncliff luncliff merged commit 614fcf5 into port/xnnpack May 12, 2024
18 of 22 checks passed
@luncliff luncliff deleted the port/tensorflow-lite branch May 12, 2024 18:26
luncliff added a commit that referenced this pull request May 12, 2024
* [xnnpack] update to 2024-05-06
* [onnxruntime] Update to v1.17.3 (#192)
* [tensorflow-lite] Update to 2.16.1 (#196)
* [onnxruntime] Fix more CI failures (#197)
* update baseline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecated Something won't supported anymore platform: android NDK (arm64, x86_64) platform: windows Windows, UWP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant