Skip to content

Commit 3601205

Browse files
kernels setup done
1 parent 1095106 commit 3601205

File tree

4 files changed

+472
-3
lines changed

4 files changed

+472
-3
lines changed

ext/JumpProcessesKernelAbstractionsExt.jl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
module JumpProcessesKernelAbstractionsExt
22

3-
using JumpProcesses, SciMLBase
3+
using JumpProcesses, SciMLBase, DiffEqBase
44
using KernelAbstractions, Adapt
5-
using StaticArrays
5+
using StaticArrays, LinearAlgebra
6+
using Random
7+
8+
include("./implicit_tau.jl")
69

710
function SciMLBase.__solve(ensembleprob::SciMLBase.AbstractEnsembleProblem,
811
alg::SimpleTauLeaping,

0 commit comments

Comments
 (0)