Skip to content

Commit 5c5c881

Browse files
committed
chore: remove __stream__
1 parent 0c111df commit 5c5c881

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

nx/lib/nx/defn/sharding_compiler.ex

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,6 @@ defmodule Nx.Defn.ShardingCompiler do
175175
end
176176
end
177177

178-
@impl true
179-
def __stream__(_key, _input, _acc, _vars, _fun, _args_list, _opts) do
180-
raise "__stream__ not supported"
181-
end
182-
183178
@impl true
184179
def __partitions_options__(_keyword) do
185180
raise "__partitions_options__ not supported"

0 commit comments

Comments
 (0)