-
Notifications
You must be signed in to change notification settings - Fork 74.8k
Open
Labels
type:othersissues not falling in bug, perfromance, support, build and install or featureissues not falling in bug, perfromance, support, build and install or feature
Description
cc: @PatriceVignola @wchao1115
This issue tracks pending PRs, issues, and possible cherry-picks necessary for TensorFlow-DirectML for each TF release. Please post a comment with new things to track and I will update this post to reflect the changes.
New PRs:
- Fix duplicate kernel registration errors when using a Pluggable Device with the
GPU
type #56707- Awaiting internal discussion in the TensorFlow team.
- Return an error code for
TF_GetInputTensorFromVariable
#55677
PRs that need more investigation.
- [PluggableDevice] Add DEVICE_DEFAULT int32 registration for strided slice ops #55382 [A similar PR broke tests before so this can't go in until the issue is resolved.]
- [PluggableDevice] Add DEVICE_DEFAULT int32 registration for Pack #55381
- Reverted because it broke internal tests.
PRs that made it into TF nightly (post r2.10 branch cut):
- [PluggableDevice] Add TF_IsHostMemoryInput and TF_IsHostMemoryOutput to the C API #51759
- [PluggableDevice] Make graph_buf argument in TF_NewFunctionLibraryDefinition constant #55544
- [PluggableDevice] Add TF_KernelBuilder_Label #55557
- Remove TF_CAPI_EXPORT from TF_InitGraph #55579
- [PluggableDevice] Add
TF_OpKernelConstruction_GetNodeDef
#52157
PRs that made it into TF 2.10:
- Add TF_AssignRefVariable #55379
- Resubmitted in Add TF_AssignRefVariable #55640
- Add a validate_shape argument to
TF_AssignVariable
#55678 - [PluggableDevice] Add TF_AddNVariant and TF_ZerosLikeVariant #55645
- Add DEVICE_DEFAULT registration for DataFormatDimMap and DataFormatVecPermute #55558
PRs that made it into TF 2.9:
- [PluggableDevice] Add DEVICE_DEFAULT registration for ZerosLike and OnesLike #55173
- [PluggableDevice] Enable tensor list kernels on Windows #54468
- [PluggableDevice] Make
candidate_input_indices
constant inTF_ForwardInputOrAllocateOutput
#54139 - [PluggableDevice] Add range checks to TF_ExpectedOutputDataType in non-debug builds #51758
- [PluggableDevice] Add DEVICE_DEFAULT int32 registration for Slice #55384
- [PluggableDevice] Add DEVICE_DEFAULT int32 registration for Concat and ConcatV2 #55385
- [PluggableDevice] Move ZerosLike DEVICE_DEFAULT registration outside of CUDA ifdef #55386
- [PluggableDevice] Move Unpack DEVICE_DEFAULT registration outside of CUDA ifdef #55387
- [PluggableDevice] Move Min DEVICE_DEFAULT registration outside of CUDA ifdef #55392
- [PluggableDevice] Move Max DEVICE_DEFAULT registration outside of CUDA ifdef #55393
- [PluggableDevice] Add int32 DEVICE_DEFAULT registration for Where #54746
- [PluggableDevice] Add TF_IsRefInput #55395
Closed PR:
Metadata
Metadata
Assignees
Labels
type:othersissues not falling in bug, perfromance, support, build and install or featureissues not falling in bug, perfromance, support, build and install or feature