Build CUDA release in Circle (#2306)

* cuda release

* add license
This commit is contained in:
Awni Hannun
2025-06-19 15:26:36 -07:00
committed by GitHub
parent b3d7b85376
commit 76831ed83d
5 changed files with 144 additions and 7 deletions

View File

@@ -114,7 +114,7 @@ void CommandEncoder::synchronize() {
std::future<void> f = p->get_future();
add_completed_handler([p = std::move(p)]() { p->set_value(); });
worker_.end_batch();
worker_.commit();
commit();
f.wait();
}