Skip to content

Commit 5d23af0

Browse files
committed
fix: remove forced passes at end
1 parent a93b09f commit 5d23af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perf/neuraloperators/main.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using NeuralOperators, Lux, Random
22

33
include("../common.jl")
44

5-
const xdev = reactant_device()
5+
const xdev = reactant_device(; force=true)
66

77
function run_deeponet_benchmarks()
88
@info "Running DeepONet benchmarks"

0 commit comments

Comments
 (0)