Skip to content

Commit

Permalink
Mention @tturbo in the examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Jul 20, 2022
1 parent 6535fe6 commit ea45737
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,9 @@ x = rand(size(y)...);
@btime threads_of_thread($x,$y) # 4.105 ms (42059 allocations: 4.25 MiB)

# The tested functions
# All of these would be better implemented by just using @tturbo,
# but these suboptimal implementations serve as good test case for
# Polyster-vs-Base thread scheduling.

function inner(x,y,j)
for i axes(x,1)
Expand Down

0 comments on commit ea45737

Please sign in to comment.