Bryan B
6681088a94
Fix MSVC PyDML build. ( #158 )
2021-10-20 16:17:25 -07:00
Chai Chaoweeraprasit
17603b782b
Upgraded DirectML dependency to 1.7.0. Fixed the module export of the overloaded dml::Add function. MeanVarianceNormalization helper has moved to use ONNX MVN-9, remapped the module export accordingly. ( #159 )
2021-10-18 10:01:02 -07:00
Ryan Lai
6dba666180
Extend DirectMLX to allow different types of optional and also implement NonZeroCoordinates ( #155 )
...
* Changes for linux and add nonzero coordinates
* Add c10 support
* Use optional extensions
* Add optional
* Add option to extend optional
* Remove guids
* remove msc_ver
* Spacing
* PR comment
* PR comments
* PR nit comments
* Add space after for
* Styling
* PR comment
* Small PR comments
2021-10-04 16:09:43 -07:00
Chai Chaoweeraprasit
33d0d669b8
Remove "Preview" from TensorFlow-DirectML section ( #152 )
...
Remove "Preview" from TensorFlow-DirectML section
2021-09-20 16:35:19 -07:00
Adrian Tsai
9039532f99
Update NOTICES for keras-team/keras-io and tensorflow/text ( #150 )
2021-09-17 13:32:47 -07:00
Jaidev Shah
266aaa69c7
Vision Transformers Sample t-jaidevshah ( #148 )
2021-09-13 16:57:19 -07:00
Justin Stoecker
f3b444bcbd
DML 1.7 release notes and samples update ( #146 )
2021-08-27 16:03:41 -07:00
Jeff Bloomfield
36a8fcbac7
New BatchNorm APIs for training ( #144 )
2021-08-24 14:50:44 -07:00
Patrice Vignola
3cc9a99d88
Fix bad assert in dmlx ( #142 )
2021-07-23 11:46:13 -07:00
Jake Mathern
6f583b2587
depthtospace/spacetodepth DMLX ( #139 )
...
* depthtospace/spacetodepth
* assert in d2s/s2d
2021-07-21 16:08:18 -07:00
Adrian Tsai
a83f91572f
Update release notes and samples for DirectML 1.6.0 ( #140 )
2021-07-08 18:07:25 -07:00
JacquesvanRhynMSFT
75854f4fe2
Update README.md with link to DX Landing Page ( #137 )
...
Added link to the DirectX Landing Page at the top of this readme to make sure all DX-related components link back to our new single source of truth.
2021-06-29 03:04:41 -07:00
Patrice Vignola
6506d315c6
Add RoiAlignGrad to dmlx ( #136 )
2021-06-28 03:51:12 -07:00
Patrice Vignola
76727259f3
Add ROI Align to dmlx ( #135 )
2021-06-25 17:28:12 -07:00
Adrian Tsai
af53ef7435
Fix potential descriptor overwrite in yolov4 sample ( #119 )
2021-05-19 15:55:56 -07:00
Patrice Vignola
7ceb509c05
Add an unfused version of Add ( #123 )
2021-05-18 18:11:35 -07:00
Patrice Vignola
48aab63896
Add TopK to DirectMLX ( #122 )
2021-05-18 14:51:43 -07:00
Justin Stoecker
adc7567d03
Warning fixes in DMLX ( #120 )
2021-05-18 14:29:24 -07:00
Dwayne Robinson
91cc5e5e82
Add typedef for strides which is less confusing than overloading dimensions to also mean strides ( #118 )
2021-05-07 03:28:01 -07:00
Patrice Vignola
2441f3768f
Add GatherND to DirectMLX ( #115 )
2021-05-05 07:51:41 -07:00
Patrice Vignola
7826048d51
Add CumulativeSummation and CumulativeProduct to DirectMLX ( #114 )
2021-05-04 14:02:39 -07:00
Patrice Vignola
9fc4fd2fa2
Add SliceGrad to DirectMLX ( #116 )
2021-05-04 14:02:02 -07:00
Justin Stoecker
07fe1860a0
Upgrade notes and samples to DML 1.5.1 ( #112 )
2021-05-03 12:29:05 -07:00
Patrice Vignola
fbf6b89912
Add ATanYX to DirectMLX ( #113 )
2021-05-03 12:10:42 -07:00
Adrian Tsai
78d28aee29
Update DirectML samples to 1.5.0 redist ( #106 )
...
* Update samples to support DML 1.5.0
* Add ARM/ARM64 solution configurations
* Add DML_TARGET_VERSION guards around new APIs in DirectMLX.h
* Use different intermediate folders for HelloDirectML/HelloDirectMLX to allow parallel batch build without them stomping over one another
2021-04-21 10:55:48 -07:00
Justin Stoecker
c545e7149c
Release notes for DML 1.5 ( #105 )
2021-04-20 17:20:59 -07:00
sumitsays
4690c2d553
Removed usage of hiddenTensor to determine the output tensor size because it is an optional input. Instead used required input recurrenceTensor ( #99 )
...
Co-authored-by: Sumit Agarwal <sumitagarwal@microsoft.com>
2021-04-08 15:31:19 -07:00
Jake Mathern
6498be13ab
bring DirectMLX.h changes over from tf repo ( #91 )
...
* bring dmlx over from tf change
* undo unrelated changes
2021-04-07 19:33:42 -07:00
Adrian Tsai
b73597fdf8
Fix a handful of readme links ( #96 )
...
* Update Readme.md
* Update Readme.md
* Update README.md
2021-04-07 19:04:58 -07:00
Dwayne Robinson
cc21115107
Update Releases.md for 1.4.3 ( #87 )
2021-03-18 17:59:57 -07:00
Justin Stoecker
0cc4cf4073
Add missing call to reset D3D command allocator ( #86 )
2021-03-17 23:07:27 -07:00
Dwayne Robinson
81f2f13169
Update Releases.md ( #82 )
...
* Update Releases.md
DML 1.4.2 release
* Update Releases.md
PR feedback from Justin
2021-02-23 17:36:40 -08:00
Dwayne Robinson
e1b29b20a2
Update readme for DML 1.4.1 ( #79 )
...
* Update readme for DML 1.4.1
2021-02-09 22:50:31 -08:00
Ningxin Hu
caff934c9c
Fix clang build issues of DirectMLX.h ( #77 ) ( #78 )
2021-02-04 13:09:34 -08:00
Chai Chaoweeraprasit
cc6ecab80c
Unblock building samples on VS2019 ( #66 )
...
* Turn off strict conformance option so that the samples can build with VS2019
* Fix bad link to a sample.
* Revert "Fix bad link to a sample."
This reverts commit 6b6c0cc0c7
.
* Fix a bad link to sample.
* Fix a failure reported on issue #65
* roll back the unintended graph change to the sample.
* Missing creating a temporary buffer at execution.
* Fix the temporary resource binding differently with a single buffer. This is a smaller delta relative to the original code to achieve the same effect.
2021-01-12 19:31:45 -08:00
Justin Stoecker
6fed953ec9
Remove single-node graph optimization ( #69 )
2021-01-04 13:43:46 -08:00
Patrice Vignola
2d3cda20b2
Add ScatterElements to dmlx ( #62 )
2020-12-15 12:21:43 -08:00
Chai Chaoweeraprasit
27e5fabc8a
Fix bad links to Python samples. ( #61 )
2020-11-30 19:11:55 -08:00
Adrian Tsai
4c6ac98442
Update repo with Fe release content ( #60 )
2020-11-19 17:06:37 -08:00
Justin Stoecker
5c8ddb7a0b
Abridged release notes ( #59 )
...
With the docs now on MSDN, this page can act as a quick reference and redirect to the full notes.
2020-11-18 19:02:58 -08:00
Justin Stoecker
0f1dd09cf1
Fill in some release notes ( #56 )
...
Fill in basic release notes. These will be updated with references to MSDN docs when they're live.
2020-11-13 15:39:15 -08:00
Justin Stoecker
0bf8ad2f18
Create Releases.md ( #53 )
...
Placeholder for DML release notes
2020-11-10 17:12:08 -08:00
Adrian Tsai
c284b043f0
Update readme links to point to new tensorflow-directml repo ( #40 )
2020-09-01 14:58:23 -07:00
Patrice Vignola
70fb072063
Reduce min log level for SqueezeNet scripts ( #17 )
...
TF_CPP_MIN_LOG_LEVEL = 3 can make it hard or impossible to know what's going on when an error happens. For example, it doesn't tell us if there was a problem while loading DirectML.dll.
2020-06-17 14:57:37 -07:00
Justin Stoecker
94256b0f53
Fix scaling of pixel values for detect.py ( #15 )
...
Co-authored-by: Justin Stoecker <justoeck@microsoft.com>
2020-06-17 00:04:48 -07:00
Clarke Rahrig
a909556bb4
TensorFlow README updates ( #14 )
...
Small tweaks to match the main repo README
2020-06-16 23:13:59 -07:00
Justin Stoecker
f3846ce1a0
Merge pull request #13 from microsoft/justoeck/squeezenet_pathsep
...
Fix squeezenet setup.py path separator for WSL
2020-06-16 22:39:36 -07:00
Justin Stoecker
5bd8f4b2e9
Fix path separator for WSL
2020-06-16 22:30:45 -07:00
dependabot[bot]
dba5fcae4e
Bump tensorflow from 1.15.0 to 1.15.2 in /TensorFlow/squeezenet/src ( #12 )
...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 1.15.0 to 1.15.2.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v1.15.0...v1.15.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-16 21:48:25 -07:00
Adrian Tsai
e2cd585fe8
Update README and add TensorFlow samples ( #11 )
2020-06-16 21:26:22 -07:00