Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nx/lib/nx/defn/compiler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ defmodule Nx.Defn.Compiler do
@doc """
Callback for compilation of a parallelizable computation.

Its main purpose is to compile a function for a given `Nx.Defn.Shard.Mesh`.
Its main purpose is to compile a function for a given `Nx.Defn.Mesh`.

Receives an opaque `key` used for caching, a `mesh`, a list of `vars`
in `[vars]`, the function `fun` which builds a defn expression, a list of
Expand Down
File renamed without changes.