From 6c3e8929beb84c1fac36970ef66cf00d9c15c0b2 Mon Sep 17 00:00:00 2001 From: Dale Black Date: Thu, 26 Dec 2024 09:25:46 -0800 Subject: [PATCH] add AK.jl --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index 4259a10..d8ac364 100644 --- a/Project.toml +++ b/Project.toml @@ -4,11 +4,13 @@ authors = ["Dale 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"