-
Notifications
You must be signed in to change notification settings - Fork 74.8k
Closed
Labels
TF2.14For issues related to Tensorflow 2.14.xFor issues related to Tensorflow 2.14.xcomp:coreissues related to core part of tensorflowissues related to core part of tensorflowstaleThis label marks the issue/pr stale - to be closed automatically if no activityThis label marks the issue/pr stale - to be closed automatically if no activitystat:awaiting responseStatus - Awaiting response from authorStatus - Awaiting response from authorstat:awaiting tensorflowerStatus - Awaiting response from tensorflowerStatus - Awaiting response from tensorflowersubtype:windowsWindows Build/Installation IssuesWindows Build/Installation Issuestype:build/installBuild and install issuesBuild and install issues
Description
Hi, we (SIG-JVM) are trying to leverage the Windows C Library builds available under https://storage.googleapis.com/tensorflow/libtensorflow/ which, I think, are built by Google.
Starting from TF 2.14.x, these builds are broken because they do not export the TSL symbols required by the TensorFlow C API.
Here is the list of missing symbols that we (TF Java) do depend on:
jnitensorflow.obj : error LNK2001: unresolved external symbol TSL_DeleteStatus
jnitensorflow.obj : error LNK2001: unresolved external symbol TSL_SetStatus
jnitensorflow.obj : error LNK2001: unresolved external symbol TSL_SetStatusFromIOError
jnitensorflow.obj : error LNK2001: unresolved external symbol TSL_Status
jnitensorflow.obj : error LNK2001: unresolved external symbol TSL_Message
jnitensorflow.obj : error LNK2001: unresolved external symbol TSL_ForEachPayload
jnitensorflow.obj : error LNK2001: unresolved external symbol TSL_NewStatus
jnitensorflow.obj : error LNK2001: unresolved external symbol TSL_GetCode
jnitensorflow.obj : error LNK2001: unresolved external symbol TSL_SetPayload
Can someone look at this please? (modifié)
Metadata
Metadata
Assignees
Labels
TF2.14For issues related to Tensorflow 2.14.xFor issues related to Tensorflow 2.14.xcomp:coreissues related to core part of tensorflowissues related to core part of tensorflowstaleThis label marks the issue/pr stale - to be closed automatically if no activityThis label marks the issue/pr stale - to be closed automatically if no activitystat:awaiting responseStatus - Awaiting response from authorStatus - Awaiting response from authorstat:awaiting tensorflowerStatus - Awaiting response from tensorflowerStatus - Awaiting response from tensorflowersubtype:windowsWindows Build/Installation IssuesWindows Build/Installation Issuestype:build/installBuild and install issuesBuild and install issues