We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6535fe6 commit 36aacb8Copy full SHA for 36aacb8
README.md
@@ -519,6 +519,9 @@ x = rand(size(y)...);
519
@btime threads_of_thread($x,$y) # 4.105 ms (42059 allocations: 4.25 MiB)
520
521
# The tested functions
522
+# All of these would be better implemented by just using @tturbo,
523
+# but these suboptimal implementations serve as good test case for
524
+# Polyster-vs-Base thread scheduling.
525
526
function inner(x,y,j)
527
for i ∈ axes(x,1)
0 commit comments