Skip to content

Commit

Permalink
[ml-dtypes] Update to 0.5.0 (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff authored Sep 27, 2024
1 parent 9e16e0a commit 7e94b36
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/ml-dtypes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ include(GNUInstallDirs)

list(APPEND headers
include/float8.h
include/int4.h
include/intn.h
include/mxfloat.h
)

add_library(ml_dtypes INTERFACE)
Expand Down
4 changes: 2 additions & 2 deletions ports/ml-dtypes/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jax-ml/ml_dtypes
REF v0.4.0
SHA512 a4674c352a641ceab212ff1da25168823d43016dbe00ae06885ef787f1bc0814ae61e595d5f9d43710da29c12e70e3c616e1c634560b911bdb25f4c40b6ba324
REF v0.5.0
SHA512 20b2677c1e69b9ea298ac7d8ccfee3f0d19b847a805efa183ba04845e1a1697e9030abe00d6e8a4d46981df14c8d5986bcbc3b4e0f36eef2aee1cd04e3996bfe
)
file(COPY "${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt" DESTINATION "${SOURCE_PATH}/ml_dtypes")

Expand Down
2 changes: 1 addition & 1 deletion ports/ml-dtypes/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml-dtypes",
"version-semver": "0.4.0",
"version-semver": "0.5.0",
"description": "A stand-alone implementation of several NumPy dtype extensions used in machine learning.",
"homepage": "https://github.com/jax-ml/ml_dtypes",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"port-version": 0
},
"ml-dtypes": {
"baseline": "0.4.0",
"baseline": "0.5.0",
"port-version": 0
},
"neon2sse": {
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/ml-dtypes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "18a897710e6b4c8c197d4659d05519e79e3872d8",
"version-semver": "0.5.0",
"port-version": 0
},
{
"git-tree": "e6fa87b5c05215660813b1629cb483e081f3f92c",
"version-semver": "0.4.0",
Expand Down

0 comments on commit 7e94b36

Please sign in to comment.