Skip to content
Snippets Groups Projects
Commit 492f2a7e authored by rarbore2's avatar rarbore2
Browse files

propagate cuda feature in cargo.tomls

parent d8e05684
No related branches found
No related tags found
1 merge request!115GPU backend
Pipeline #200982 failed
...@@ -4,6 +4,9 @@ version = "0.1.0" ...@@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Russel Arbore <rarbore2@illinois.edu>, Aaron Councilman <aaronjc4@illinois.edu>"] authors = ["Russel Arbore <rarbore2@illinois.edu>, Aaron Councilman <aaronjc4@illinois.edu>"]
edition = "2021" edition = "2021"
[features]
cuda = ["hercules_cg/cuda"]
[dependencies] [dependencies]
ordered-float = "*" ordered-float = "*"
bitvec = "*" bitvec = "*"
......
...@@ -4,6 +4,9 @@ version = "0.1.0" ...@@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Russel Arbore <rarbore2@illinois.edu>"] authors = ["Russel Arbore <rarbore2@illinois.edu>"]
edition = "2021" edition = "2021"
[features]
cuda = ["juno_build/cuda"]
[build-dependencies] [build-dependencies]
juno_build = { path = "../../juno_build" } juno_build = { path = "../../juno_build" }
......
...@@ -4,6 +4,9 @@ version = "0.1.0" ...@@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Aaron Councilman <aaronjc4@illinois.edu>"] authors = ["Aaron Councilman <aaronjc4@illinois.edu>"]
edition = "2021" edition = "2021"
[features]
cuda = ["juno_frontend/cuda"]
[dependencies] [dependencies]
juno_frontend = { path = "../juno_frontend" } juno_frontend = { path = "../juno_frontend" }
hercules_ir = { path = "../hercules_ir" } hercules_ir = { path = "../hercules_ir" }
......
...@@ -4,6 +4,9 @@ version = "0.1.0" ...@@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Aaron Councilman <aaronjc4@illinois.edu>"] authors = ["Aaron Councilman <aaronjc4@illinois.edu>"]
edition = "2021" edition = "2021"
[features]
cuda = ["hercules_opt/cuda"]
[[bin]] [[bin]]
name = "juno" name = "juno"
path = "src/main.rs" path = "src/main.rs"
......
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