Skip to content

Commit 277c12f

Browse files
Chapamanpolvalente
andauthored
Chore: fix filepaths for mesh.ex (#1649)
Co-authored-by: Paulo Valente <[email protected]>
1 parent a796618 commit 277c12f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

nx/lib/nx/defn/compiler.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ defmodule Nx.Defn.Compiler do
7676
@doc """
7777
Callback for compilation of a parallelizable computation.
7878
79-
Its main purpose is to compile a function for a given `Nx.Defn.Shard.Mesh`.
79+
Its main purpose is to compile a function for a given `Nx.Defn.Mesh`.
8080
8181
Receives an opaque `key` used for caching, a `mesh`, a list of `vars`
8282
in `[vars]`, the function `fun` which builds a defn expression, a list of

0 commit comments

Comments
 (0)