Skip to content

Commit bf835b6

Browse files
committed
Format
1 parent 811e0f7 commit bf835b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpu.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
unsafe_free!(::AbstractArray) = return
22
synchronize(::CPU) = nothing
33

4-
allocate(::CPU, ::Type{T}, dims::Tuple; unified::Bool=false) where {T} = Array{T}(undef, dims)
4+
allocate(::CPU, ::Type{T}, dims::Tuple; unified::Bool = false) where {T} = Array{T}(undef, dims)
55

66
function zeros(backend::CPU, ::Type{T}, dims::Tuple; kwargs...) where {T}
77
arr = allocate(backend, T, dims; kwargs...)

0 commit comments

Comments
 (0)