Skip to content

Commit

Permalink
Merge pull request #47 from MolloiLab/AcceleratedKernels
Browse files Browse the repository at this point in the history
Replace GPU stuff with AcceleratedKernels.jl
  • Loading branch information
Dale-Black authored Dec 26, 2024
2 parents 3381c43 + c3a6f45 commit 8281efd
Show file tree
Hide file tree
Showing 6 changed files with 401 additions and 496 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
fail-fast: false
matrix:
version:
- "1.9"
- "1.10"
- "1.11"
os:
- ubuntu-latest
# - macOS-latest (can't use until GitHub upgrades to m-series macs)
Expand All @@ -26,7 +26,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v1
- uses: actions/cache@v4
env:
cache-name: cache-artifacts
with:
Expand Down
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ authors = ["Dale <djblack@uci.edu> and contributors"]
version = "0.2.2"

[deps]
AcceleratedKernels = "6a4ca0a5-0e36-4168-a932-d9be78d558f1"
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"

[compat]
AcceleratedKernels = "0.2"
GPUArraysCore = "0.1"
KernelAbstractions = "0.9"
julia = "1.10"
Expand Down
Loading

0 comments on commit 8281efd

Please sign in to comment.