Skip to content

Commit 6d10c33

Browse files
authored
Merge pull request #96 from Krastanov/noCPUSummary
Remove CPUSummary dependence
2 parents 603d3a3 + eb81c93 commit 6d10c33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Polyester"
22
uuid = "f517fe37-dbe3-4b94-8317-1923a5111588"
33
authors = ["Chris Elrod <elrodc@gmail.com> and contributors"]
4-
version = "0.6.18"
4+
version = "0.6.19"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

src/Polyester.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ using Static
99
using Requires
1010
using PolyesterWeave:
1111
request_threads, free_threads!, mask, UnsignedIteratorEarlyStop, assume,
12-
disable_polyester_threads
13-
using CPUSummary: num_threads, num_cores
12+
disable_polyester_threads,
13+
num_threads # used to be taken from CPUSummary, but it caused significant TTFX | TODO remove on next breaking release and consider removing num_cores
14+
using CPUSummary: num_cores
1415

1516
export batch, @batch, num_threads, disable_polyester_threads
1617

17-
1818
include("batch.jl")
1919
include("closure.jl")
2020

0 commit comments

Comments
 (0)