Skip to content

Commit 3ccac00

Browse files
author
Alexis Montoison
committed
Update crystal.jl
1 parent 1661aab commit 3ccac00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

benchmarks/crystal.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ using Random, Distributions
22
using LinearAlgebra, SparseArrays
33
using LaplaceInterpolation, NPZ
44
using DelimitedFiles
5+
using FFTW
56
using MadNLP, MadNLPGPU, CUDA
67
using Test, LazyArtifacts
78

@@ -129,7 +130,7 @@ function crystal(z3d; variant::Bool=false, gpu::Bool=false, rdft::Bool=false)
129130
end
130131

131132
gpu = true
132-
rdft = false
133+
rdft = true
133134
variant = true
134135
path_z3d = variant ? joinpath(artifact"punched_pmn", "punched_pmn.npy") : joinpath(artifact"z3d_movo", "z3d_movo.npy")
135136
z3d = npzread(path_z3d)

0 commit comments

Comments
 (0)