Some checks are pending
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.10) (push) Waiting to run
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.6) (push) Waiting to run
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, pre) (push) Waiting to run
24 lines
555 B
TOML
24 lines
555 B
TOML
name = "ExpressionExecutorCuda"
|
|
uuid = "5b8ee377-1e19-4ba5-a85c-78c7d1694bfe"
|
|
authors = ["Daniel Roth"]
|
|
version = "1.0.0-DEV"
|
|
|
|
[deps]
|
|
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
|
|
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
|
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
|
|
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
|
|
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
|
|
|
|
[compat]
|
|
LinearAlgebra = "1.11.0"
|
|
Printf = "1.11.0"
|
|
Random = "1.11.0"
|
|
julia = "1.6.7"
|
|
|
|
[extras]
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
|
|
[targets]
|
|
test = ["Test"]
|