mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-09-18 12:17:14 +02:00
Removed dummy print
This commit is contained in:
parent
bfa9ab69d1
commit
96f844d23f
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ function updt_or_wilson!(U, gp::GaugeParm, lp::SpaceParm{N,M,B,D}) where {N,M,B,
|
|||
|
||||
@timeit "OR update (Wilson action)" begin
|
||||
ztw = ztwist(gp, lp)
|
||||
println(ztw)
|
||||
for id in 1:N
|
||||
CUDA.@sync begin
|
||||
CUDA.@cuda threads=lp.bsz blocks=lp.rsz krnl_or_wilson!(U, id, 0, ztw, lp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue