Skip to content

Commit

Permalink
Gpu (#35)
Browse files Browse the repository at this point in the history
* Update deps on GPU

* Allow for GPU arrayfuncs and remove filters

* Add NoiseData abstract type for GPU-CPU interopt

* Add rootmeansquare function

* Add GPU whitening

* Add GPU filtering

* Add function for sliding an array

* update smoothing with cumsum

* Fix empty CorrData()

* Fix indexing for RawData

* Fix slide_ind rounding

* Update to SeisIO v1.0

* Return Array instead of reshape with RawData

* Update CuArrays to V2.0, GPUArrays to V3.0

* Allow for general InstrumentResponse and throw domain error if cc_len < length(x) / fs

* Update Project.toml

* Update .travis.yml

* Bump version number

Co-authored-by: timclements <[email protected]>
  • Loading branch information
tclements and timclements committed Mar 30, 2020
1 parent 587242b commit 64bc998
Show file tree
Hide file tree
Showing 9 changed files with 1,228 additions and 552 deletions.
14 changes: 11 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ version = "0.3.1"
[deps]
AWSCore = "4f1ea46c-232b-54a6-9b17-cc2d0f3e6598"
AWSS3 = "1c724243-ef5b-51ab-93f4-b0a88ac62a95"
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CUDAnative = "be33ccc6-a3ff-5ff2-a52e-74243cff1e17"
CuArrays = "3a865a2d-5b23-5a0f-bc46-62713ec82fae"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
Expand All @@ -27,16 +31,20 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
AWSCore = "0.6"
AWSS3 = "0.6"
CSV = "0.5, 0.6"
Adapt = "1.0.1"
CSV = "0.5,0.6"
CUDAnative = "3.0"
CuArrays = "2.0"
DSP = "0.6"
DataFrames = "0.20"
FFTW = "1.1"
GLM = "1.3"
GPUArrays = "3.1"
Glob = "1.2"
Interpolations = "0.12"
JLD2 = "0.1"
LightXML = "0.8, 0.9"
LightXML = "0.8,0.9"
Plots = "0.29"
SeisIO = "1.0"
StatsBase = "0.32, 0.33"
StatsBase = "0.32,0.32"
julia = "1"
Loading

0 comments on commit 64bc998

Please sign in to comment.