Skip to content

Commit

Permalink
removed outdated package CUDAkernels from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSachs committed Oct 3, 2024
1 parent fedfce0 commit a8d78fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ ACEbonds = "d0dfcdf4-f9d4-4d39-8ac7-72ac73934171"
ACEfit = "ad31a8ef-59f5-4a01-b543-a85c2f73e95c"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CUDAKernels = "72cfdca4-0801-4ab0-bf6a-d52aa10adc57"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Einsum = "b7d42ee7-0b51-5a75-98ca-779d3107e4c0"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
FluxOptTools = "ca11d760-9bce-11e9-0b7e-4f72fcadb4f9"
JuLIP = "945c410c-986d-556a-acb1-167a618e0462"
Expand All @@ -39,10 +37,10 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
ACE = "0.12.45"
ACEatoms = "0.0.14"
ACEbonds = "0.0.7"
JuLIP = "0.13.3"
StaticArrays = "1.0"
julia = "1.7"
ACEbonds = "0.0.7"

[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down
3 changes: 2 additions & 1 deletion src/frictionfit/frictionfit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ using Flux
import ACE: params, set_params!
using Random: randn!
using Tullio
using KernelAbstractions, CUDAKernels, CUDA
using KernelAbstractions, CUDA
# using KernelAbstractions, CUDAKernels, CUDA
using ACEds.MatrixModels
using LinearAlgebra: Diagonal
include("./fluxmodels.jl")
Expand Down

0 comments on commit a8d78fe

Please sign in to comment.