mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-14 11:13:42 +02:00
Removed unused type in internal function
This commit is contained in:
parent
12e648a0c5
commit
f7f28b91c8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ function krnl_dot!(sum,fone,ftwo)
|
|||
return nothing
|
||||
end
|
||||
|
||||
function field_dot(fone::AbstractArray,ftwo::AbstractArray,sumf,lp) where {T}
|
||||
function field_dot(fone::AbstractArray,ftwo::AbstractArray,sumf,lp)
|
||||
|
||||
CUDA.@sync begin
|
||||
CUDA.@cuda threads=lp.bsz blocks=lp.rsz krnl_dot!(sumf,fone,ftwo)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue