From e4ab972a060b1bf2d3d6e971a0c0c1f7d5730e8a Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Wed, 2 Jul 2025 15:58:55 -0700 Subject: [PATCH] comment --- mlx/backend/cuda/device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlx/backend/cuda/device.cpp b/mlx/backend/cuda/device.cpp index 979a31c52..fff752fe5 100644 --- a/mlx/backend/cuda/device.cpp +++ b/mlx/backend/cuda/device.cpp @@ -107,7 +107,7 @@ CommandEncoder::ConcurrentContext::~ConcurrentContext() { auto outputs = std::move(enc.active_outputs_); enc.insert_graph_dependencies(std::move(enc.concurrent_nodes_)); - // Update output node to be the emtpy node + // Update output node to be the empty node for (auto o : outputs) { enc.node_map_.emplace(o, empty).first->second = empty; }