added julia package
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
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
This commit is contained in:
13
package/Project.toml
Normal file
13
package/Project.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "ExpressionExecutorCuda"
|
||||
uuid = "5b8ee377-1e19-4ba5-a85c-78c7d1694bfe"
|
||||
authors = ["Daniel Wiplinger"]
|
||||
version = "1.0.0-DEV"
|
||||
|
||||
[compat]
|
||||
julia = "1.6.7"
|
||||
|
||||
[extras]
|
||||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
||||
|
||||
[targets]
|
||||
test = ["Test"]
|
5
package/src/ExpressionExecutorCuda.jl
Normal file
5
package/src/ExpressionExecutorCuda.jl
Normal file
@ -0,0 +1,5 @@
|
||||
module ExpressionExecutorCuda
|
||||
|
||||
# Write your package code here.
|
||||
|
||||
end
|
6
package/test/runtests.jl
Normal file
6
package/test/runtests.jl
Normal file
@ -0,0 +1,6 @@
|
||||
using ExpressionExecutorCuda
|
||||
using Test
|
||||
|
||||
@testset "ExpressionExecutorCuda.jl" begin
|
||||
# Write your tests here.
|
||||
end
|
Reference in New Issue
Block a user