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"
path = "src/main.rs"
[build-dependencies]
juno_build = { path = "../../juno_build" }
juno_build = { path = "../../juno_build", features = [] }
[dependencies]
juno_build = { path = "../../juno_build" }
hercules_rt = { path = "../../hercules_rt" }
juno_build = { path = "../../juno_build", features = [] }
hercules_rt = { path = "../../hercules_rt", features = [] }
with_builtin_macros = "0.1.0"
async-std = "*"
......@@ -9,9 +9,9 @@ name = "juno_casts_and_intrinsics"
path = "src/main.rs"
[build-dependencies]
juno_build = { path = "../../juno_build" }
juno_build = { path = "../../juno_build", features = [] }
[dependencies]
juno_build = { path = "../../juno_build" }
juno_build = { path = "../../juno_build", features = [] }
with_builtin_macros = "0.1.0"
async-std = "*"
......@@ -9,11 +9,11 @@ name = "juno_cava"
path = "src/main.rs"
[build-dependencies]
juno_build = { path = "../../juno_build" }
juno_build = { path = "../../juno_build", features = [] }
[dependencies]
juno_build = { path = "../../juno_build" }
hercules_rt = { path = "../../hercules_rt" }
juno_build = { path = "../../juno_build", features = [] }
hercules_rt = { path = "../../hercules_rt", features = [] }
async-std = "*"
clap = { version = "*", features = ["derive"] }
image = "*"
......
......@@ -9,10 +9,10 @@ name = "juno_concat"
path = "src/main.rs"
[build-dependencies]
juno_build = { path = "../../juno_build" }
juno_build = { path = "../../juno_build", features = [] }
[dependencies]
juno_build = { path = "../../juno_build" }
hercules_rt = { path = "../../hercules_rt" }
juno_build = { path = "../../juno_build", features = [] }
hercules_rt = { path = "../../hercules_rt", features = [] }
with_builtin_macros = "0.1.0"
async-std = "*"
......@@ -9,10 +9,10 @@ name = "juno_implicit_clone"
path = "src/main.rs"
[build-dependencies]
juno_build = { path = "../../juno_build" }
juno_build = { path = "../../juno_build", features = [] }
[dependencies]
juno_build = { path = "../../juno_build" }
hercules_rt = { path = "../../hercules_rt" }
juno_build = { path = "../../juno_build", features = [] }
hercules_rt = { path = "../../hercules_rt", features = [] }
with_builtin_macros = "0.1.0"
async-std = "*"
......@@ -9,11 +9,11 @@ name = "juno_matmul"
path = "src/main.rs"
[build-dependencies]
juno_build = { path = "../../juno_build" }
juno_build = { path = "../../juno_build", features = [] }
[dependencies]
juno_build = { path = "../../juno_build" }
hercules_rt = { path = "../../hercules_rt" }
juno_build = { path = "../../juno_build", features = [] }
hercules_rt = { path = "../../hercules_rt", features = [] }
with_builtin_macros = "0.1.0"
async-std = "*"
rand = "*"
......@@ -9,10 +9,10 @@ name = "juno_nested_ccp"
path = "src/main.rs"
[build-dependencies]
juno_build = { path = "../../juno_build" }
juno_build = { path = "../../juno_build", features = [] }
[dependencies]
juno_build = { path = "../../juno_build" }
hercules_rt = { path = "../../hercules_rt" }
juno_build = { path = "../../juno_build", features = [] }
hercules_rt = { path = "../../hercules_rt", features = [] }
with_builtin_macros = "0.1.0"
async-std = "*"
......@@ -9,10 +9,10 @@ name = "juno_simple3"
path = "src/main.rs"
[build-dependencies]
juno_build = { path = "../../juno_build" }
juno_build = { path = "../../juno_build", features = [] }
[dependencies]
juno_build = { path = "../../juno_build" }
hercules_rt = { path = "../../hercules_rt" }
juno_build = { path = "../../juno_build", features = [] }
hercules_rt = { path = "../../hercules_rt", features = [] }
with_builtin_macros = "0.1.0"
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