mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-19 00:56:48 +08:00
Compare commits
2 Commits
375f99ebaf
...
8e35ee0b7d
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8e35ee0b7d | ||
![]() |
95ebf675ab |
@ -114,7 +114,7 @@ void CommandEncoder::synchronize() {
|
|||||||
std::future<void> f = p->get_future();
|
std::future<void> f = p->get_future();
|
||||||
add_completed_handler([p = std::move(p)]() { p->set_value(); });
|
add_completed_handler([p = std::move(p)]() { p->set_value(); });
|
||||||
worker_.end_batch();
|
worker_.end_batch();
|
||||||
commit();
|
worker_.commit();
|
||||||
f.wait();
|
f.wait();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
1
setup.py
1
setup.py
@ -187,7 +187,6 @@ if __name__ == "__main__":
|
|||||||
description="A framework for machine learning on Apple silicon.",
|
description="A framework for machine learning on Apple silicon.",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
license="MIT",
|
|
||||||
url="https://github.com/ml-explore/mlx",
|
url="https://github.com/ml-explore/mlx",
|
||||||
packages=packages,
|
packages=packages,
|
||||||
package_dir=package_dir,
|
package_dir=package_dir,
|
||||||
|
Loading…
Reference in New Issue
Block a user