Daniel
f1f8c3b2a4
Some checks failed
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.10) (push) Has been cancelled
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.6) (push) Has been cancelled
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, pre) (push) Has been cancelled
18 lines
348 B
TOML
18 lines
348 B
TOML
name = "ExpressionExecutorCuda"
|
|
uuid = "5b8ee377-1e19-4ba5-a85c-78c7d1694bfe"
|
|
authors = ["Daniel Wiplinger"]
|
|
version = "1.0.0-DEV"
|
|
|
|
[deps]
|
|
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
|
|
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
|
|
|
|
[compat]
|
|
julia = "1.6.7"
|
|
|
|
[extras]
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
|
|
[targets]
|
|
test = ["Test"]
|