Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit 548154b

Browse files
committed
change to Flux version 0.14
1 parent fcca334 commit 548154b

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

Project.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "0.4.6"
55

66
[deps]
77
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
8-
CUDAKernels = "72cfdca4-0801-4ab0-bf6a-d52aa10adc57"
98
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
109
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
1110
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
@@ -16,13 +15,12 @@ Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
1615
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
1716

1817
[compat]
19-
CUDA = "3, 4"
20-
CUDAKernels = "0.3, 0.4"
18+
CUDA = "3, 4, 5"
2119
ChainRulesCore = "1"
2220
FFTW = "1"
23-
Flux = "0.13"
24-
GeometricFlux = "0.13"
25-
KernelAbstractions = "0.7, 0.8"
21+
Flux = "0.14"
22+
GeometricFlux = "0.14"
23+
KernelAbstractions = "0.7, 0.8, 0.9"
2624
Tullio = "0.3"
2725
Zygote = "0.6"
2826
julia = "1.6"

src/NeuralOperators.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ using Flux
44
using FFTW
55
using Tullio
66
using CUDA
7-
using CUDAKernels
87
using KernelAbstractions
98
using Zygote
109
using ChainRulesCore

0 commit comments

Comments
 (0)