Unverified Commit 126e3e75 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

[FBcode->GH] Bump SoLoader and Allow building torchvision operators statically (#7342)


Co-authored-by: default avatarEric Sauser <esauser@meta.com>
Co-authored-by: default avatarSim Sun <simsun@meta.com>
parent 8ee4d599
...@@ -14,7 +14,7 @@ allprojects { ...@@ -14,7 +14,7 @@ allprojects {
androidSupportAppCompatV7Version = "28.0.0" androidSupportAppCompatV7Version = "28.0.0"
fbjniJavaOnlyVersion = "0.0.3" fbjniJavaOnlyVersion = "0.0.3"
soLoaderNativeLoaderVersion = "0.10.4" soLoaderNativeLoaderVersion = "0.10.5"
pytorchAndroidVersion = "1.12" pytorchAndroidVersion = "1.12"
} }
......
#pragma once #pragma once
#ifdef _WIN32 #if defined(_WIN32) && !defined(TORCHVISION_BUILD_STATIC_LIBS)
#if defined(torchvision_EXPORTS) #if defined(torchvision_EXPORTS)
#define VISION_API __declspec(dllexport) #define VISION_API __declspec(dllexport)
#else #else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment