2024-07-06 12:05:26 +02:00
|
|
|
name = "ExpressionExecutorCuda"
|
|
|
|
uuid = "5b8ee377-1e19-4ba5-a85c-78c7d1694bfe"
|
|
|
|
authors = ["Daniel Wiplinger"]
|
|
|
|
version = "1.0.0-DEV"
|
|
|
|
|
2024-07-11 15:44:22 +02:00
|
|
|
[deps]
|
|
|
|
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
|
2024-08-03 12:11:43 +02:00
|
|
|
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
|
2024-07-11 15:44:22 +02:00
|
|
|
|
2024-07-06 12:05:26 +02:00
|
|
|
[compat]
|
|
|
|
julia = "1.6.7"
|
|
|
|
|
|
|
|
[extras]
|
|
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
|
|
|
|
|
|
[targets]
|
|
|
|
test = ["Test"]
|