Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] fix for numpy 2.0 compatibility #16793

Merged
merged 3 commits into from
Mar 26, 2024
Merged

Conversation

mshr-h
Copy link
Contributor

@mshr-h mshr-h commented Mar 26, 2024

I checked the entire tvm codebase with ruff check . --select NPY201 and no other deprecations were detected.
Changes are below.

ref: NumPy 2.0 migration guide — NumPy v2.1.dev0 Manual

@mshr-h mshr-h changed the title [Fix] fix for numpy 2.0 Compatibility [Fix] fix for numpy 2.0 compatibility Mar 26, 2024
@mshr-h mshr-h marked this pull request as ready for review March 26, 2024 11:50
@tqchen tqchen merged commit a768ee4 into apache:main Mar 26, 2024
16 checks passed
@mshr-h mshr-h deleted the fix-for-numpy-20 branch March 27, 2024 09:32
thaisacs pushed a commit to thaisacs/tvm that referenced this pull request Apr 3, 2024
* check if the attr exists

* replace removed members with new ones

* fix formatting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants