Skip to content
Snippets Groups Projects
Commit 2d80e858 authored by Praneet Rathi's avatar Praneet Rathi
Browse files

no cuda for juno

parent 4a05568c
No related branches found
No related tags found
1 merge request!115GPU backend
Pipeline #201056 failed
...@@ -9,10 +9,10 @@ name = "juno_antideps" ...@@ -9,10 +9,10 @@ name = "juno_antideps"
path = "src/main.rs" path = "src/main.rs"
[build-dependencies] [build-dependencies]
juno_build = { path = "../../juno_build" } juno_build = { path = "../../juno_build", features = [] }
[dependencies] [dependencies]
juno_build = { path = "../../juno_build" } juno_build = { path = "../../juno_build", features = [] }
hercules_rt = { path = "../../hercules_rt" } hercules_rt = { path = "../../hercules_rt", features = [] }
with_builtin_macros = "0.1.0" with_builtin_macros = "0.1.0"
async-std = "*" async-std = "*"
...@@ -9,9 +9,9 @@ name = "juno_casts_and_intrinsics" ...@@ -9,9 +9,9 @@ name = "juno_casts_and_intrinsics"
path = "src/main.rs" path = "src/main.rs"
[build-dependencies] [build-dependencies]
juno_build = { path = "../../juno_build" } juno_build = { path = "../../juno_build", features = [] }
[dependencies] [dependencies]
juno_build = { path = "../../juno_build" } juno_build = { path = "../../juno_build", features = [] }
with_builtin_macros = "0.1.0" with_builtin_macros = "0.1.0"
async-std = "*" async-std = "*"
...@@ -9,11 +9,11 @@ name = "juno_cava" ...@@ -9,11 +9,11 @@ name = "juno_cava"
path = "src/main.rs" path = "src/main.rs"
[build-dependencies] [build-dependencies]
juno_build = { path = "../../juno_build" } juno_build = { path = "../../juno_build", features = [] }
[dependencies] [dependencies]
juno_build = { path = "../../juno_build" } juno_build = { path = "../../juno_build", features = [] }
hercules_rt = { path = "../../hercules_rt" } hercules_rt = { path = "../../hercules_rt", features = [] }
async-std = "*" async-std = "*"
clap = { version = "*", features = ["derive"] } clap = { version = "*", features = ["derive"] }
image = "*" image = "*"
......
...@@ -9,10 +9,10 @@ name = "juno_concat" ...@@ -9,10 +9,10 @@ name = "juno_concat"
path = "src/main.rs" path = "src/main.rs"
[build-dependencies] [build-dependencies]
juno_build = { path = "../../juno_build" } juno_build = { path = "../../juno_build", features = [] }
[dependencies] [dependencies]
juno_build = { path = "../../juno_build" } juno_build = { path = "../../juno_build", features = [] }
hercules_rt = { path = "../../hercules_rt" } hercules_rt = { path = "../../hercules_rt", features = [] }
with_builtin_macros = "0.1.0" with_builtin_macros = "0.1.0"
async-std = "*" async-std = "*"
...@@ -9,10 +9,10 @@ name = "juno_implicit_clone" ...@@ -9,10 +9,10 @@ name = "juno_implicit_clone"
path = "src/main.rs" path = "src/main.rs"
[build-dependencies] [build-dependencies]
juno_build = { path = "../../juno_build" } juno_build = { path = "../../juno_build", features = [] }
[dependencies] [dependencies]
juno_build = { path = "../../juno_build" } juno_build = { path = "../../juno_build", features = [] }
hercules_rt = { path = "../../hercules_rt" } hercules_rt = { path = "../../hercules_rt", features = [] }
with_builtin_macros = "0.1.0" with_builtin_macros = "0.1.0"
async-std = "*" async-std = "*"
...@@ -9,11 +9,11 @@ name = "juno_matmul" ...@@ -9,11 +9,11 @@ name = "juno_matmul"
path = "src/main.rs" path = "src/main.rs"
[build-dependencies] [build-dependencies]
juno_build = { path = "../../juno_build" } juno_build = { path = "../../juno_build", features = [] }
[dependencies] [dependencies]
juno_build = { path = "../../juno_build" } juno_build = { path = "../../juno_build", features = [] }
hercules_rt = { path = "../../hercules_rt" } hercules_rt = { path = "../../hercules_rt", features = [] }
with_builtin_macros = "0.1.0" with_builtin_macros = "0.1.0"
async-std = "*" async-std = "*"
rand = "*" rand = "*"
...@@ -9,10 +9,10 @@ name = "juno_nested_ccp" ...@@ -9,10 +9,10 @@ name = "juno_nested_ccp"
path = "src/main.rs" path = "src/main.rs"
[build-dependencies] [build-dependencies]
juno_build = { path = "../../juno_build" } juno_build = { path = "../../juno_build", features = [] }
[dependencies] [dependencies]
juno_build = { path = "../../juno_build" } juno_build = { path = "../../juno_build", features = [] }
hercules_rt = { path = "../../hercules_rt" } hercules_rt = { path = "../../hercules_rt", features = [] }
with_builtin_macros = "0.1.0" with_builtin_macros = "0.1.0"
async-std = "*" async-std = "*"
...@@ -9,10 +9,10 @@ name = "juno_simple3" ...@@ -9,10 +9,10 @@ name = "juno_simple3"
path = "src/main.rs" path = "src/main.rs"
[build-dependencies] [build-dependencies]
juno_build = { path = "../../juno_build" } juno_build = { path = "../../juno_build", features = [] }
[dependencies] [dependencies]
juno_build = { path = "../../juno_build" } juno_build = { path = "../../juno_build", features = [] }
hercules_rt = { path = "../../hercules_rt" } hercules_rt = { path = "../../hercules_rt", features = [] }
with_builtin_macros = "0.1.0" with_builtin_macros = "0.1.0"
async-std = "*" async-std = "*"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment