Skip to content

Commit

Permalink
[directml] update to 1.13.0 (#144)
Browse files Browse the repository at this point in the history
* [directml] update to 1.13.0

* [directml] update baseline
  • Loading branch information
luncliff authored Dec 20, 2023
1 parent 9908695 commit bb49b51
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/directml/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(ENV{NUGET_PACKAGES} "${BUILDTREES_DIR}/nuget")

# see https://www.nuget.org/packages/Microsoft.AI.DirectML/
set(PACKAGE_NAME "Microsoft.AI.DirectML")
set(PACKAGE_VERSION "1.12.1")
set(PACKAGE_VERSION "1.13.0")

file(REMOVE_RECURSE "${CURRENT_BUILDTREES_DIR}/${PACKAGE_NAME}")
vcpkg_execute_required_process(
Expand Down
2 changes: 1 addition & 1 deletion ports/directml/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "directml",
"version-semver": "1.12.1",
"version-semver": "1.13.0",
"description": [
"DirectML is a high-performance, hardware-accelerated DirectX 12 library for machine learning.",
"DirectML provides GPU acceleration for common machine learning tasks across a broad range of supported hardware and drivers, ",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"port-version": 0
},
"directml": {
"baseline": "1.12.1",
"baseline": "1.13.0",
"port-version": 0
},
"eigen3": {
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/directml.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b8621fdac36cd2db3cea051d27b8b2e8eb8dfb33",
"version-semver": "1.13.0",
"port-version": 0
},
{
"git-tree": "db475bbabf05216178311617461c553ddadd167a",
"version-semver": "1.12.1",
Expand Down

0 comments on commit bb49b51

Please sign in to comment.