Removed dummy print

This commit is contained in:
Alberto Ramos 2025-09-04 15:19:55 +02:00
commit 96f844d23f

View file

@ -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 @timeit "OR update (Wilson action)" begin
ztw = ztwist(gp, lp) ztw = ztwist(gp, lp)
println(ztw)
for id in 1:N for id in 1:N
CUDA.@sync begin CUDA.@sync begin
CUDA.@cuda threads=lp.bsz blocks=lp.rsz krnl_or_wilson!(U, id, 0, ztw, lp) CUDA.@cuda threads=lp.bsz blocks=lp.rsz krnl_or_wilson!(U, id, 0, ztw, lp)