kailaix / ADSeismic.jl

A General Approach to Seismic Inversion Problems using Automatic Differentiation
MIT License
63 stars 24 forks source link

Is basic functionality available for CPU? #1

Open rafaelorozco opened 4 years ago

rafaelorozco commented 4 years ago

Hey! I have been trying to run some of the examples and have run into problems because I don't have GPU's on my laptop. Can the software run on CPU's?

wayneweiqiang commented 4 years ago

Yes. Please try the scripts under nn_fwi folder. I think the FWI_forward.jl and FWI_inversion.jl works on both GPU and CPU. I will update other scripts too.