From 8282c9afcb755d423448e0a8ba7a5c0a01c86c39 Mon Sep 17 00:00:00 2001 From: Soeren Schoenbrod Date: Thu, 9 Dec 2021 11:13:43 +0100 Subject: [PATCH] Add CUDA compat --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index a75f450..9bba08e 100644 --- a/Project.toml +++ b/Project.toml @@ -16,6 +16,7 @@ TrackingLoopFilters = "0814aff9-93cb-554c-9fff-9bf1cfdb5efa" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] +CUDA = "3.5" DocStringExtensions = "0.6, 0.7, 0.8" GNSSSignals = "0.15.4" LoopVectorization = "0.8, 0.9, 0.10, 0.11, 0.12"