Skip to content

Commit 7a7b48d

Browse files
authored
Merge pull request #331 from FourierFlows/ncc/always-load-gpu
2 parents 47ad914 + 90c5942 commit 7a7b48d

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Gregory L. Wagner <wagner.greg@gmail.com>", "Navid C. Constantinou <
66
description = "Tools for building fast, hackable, pseudospectral partial differential equation solvers on periodic domains."
77
documentation = "https://fourierflows.github.io/FourierFlowsDocumentation/stable/"
88
repository = "https://github.com/FourierFlows/FourierFlows.jl"
9-
version = "0.9.3"
9+
version = "0.9.4"
1010

1111
[deps]
1212
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ and [Navid C. Constantinou][] (@navidcy).
102102

103103
The code is citable via [zenodo](https://zenodo.org). Please cite as:
104104

105-
> Gregory L. Wagner, Navid C. Constantinou, and contributors. (2022). FourierFlows/FourierFlows.jl: FourierFlows v0.9.3 (Version v0.9.3). Zenodo. [http://doi.org/10.5281/zenodo.1161724](http://doi.org/10.5281/zenodo.1161724)
105+
> Gregory L. Wagner, Navid C. Constantinou, and contributors. (2022). FourierFlows/FourierFlows.jl: FourierFlows v0.9.4 (Version v0.9.4). Zenodo. [http://doi.org/10.5281/zenodo.1161724](http://doi.org/10.5281/zenodo.1161724)
106106
107107

108108
## Contributing

src/FourierFlows.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,8 @@ include("timesteppers.jl")
112112
include("diffusion.jl")
113113

114114
# CUDA functionality
115-
if CUDA.functional()
116-
@info "GPU functionality for FourierFlows is loaded"
117-
include("CuFourierFlows.jl")
118-
end
115+
include("CuFourierFlows.jl")
116+
119117

120118
function __init__()
121119
threads = Threads.nthreads()

0 commit comments

Comments
 (0)