Skip to content

Commit 6025166

Browse files
author
Avik Pal
committed
Typo fix
1 parent 3c796b7 commit 6025166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nnpack/NNPACK.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ const nnlib_interface_path = joinpath(dirname(@__FILE__), "interface.jl")
3030
catch
3131
global NNPACK_CPU_THREADS = 4
3232
end
33-
global shared_threadpool[] = pthreadpool_create(NNPACK_CPU_THREADS)
33+
global shared_threadpool = pthreadpool_create(NNPACK_CPU_THREADS)
3434
end
3535
end

0 commit comments

Comments
 (0)