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

Remove "using namespace mlx::core" in python/src #1689

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

zcbenz
Copy link
Contributor

@zcbenz zcbenz commented Dec 11, 2024

Refs #1513.

In order to make the code compilable with MSVC we must avoid introducing function std into current scope (see #1679 for more information).

Similar to #1685, this PR removes using namespace mlx::core in python/src code.

@zcbenz zcbenz changed the title Ms ns py Remove "using namespace mlx::core" in python/src Dec 11, 2024
Copy link
Member

@awni awni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the big change!

@awni awni merged commit 0bf1903 into ml-explore:main Dec 11, 2024
5 checks passed
@zcbenz zcbenz deleted the ms-ns-py branch December 12, 2024 00:02
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