-
Aaron Councilman authoredAaron Councilman authored
This project manages its dependencies using Cargo.
Learn more
Cargo.toml 942 B
[workspace]
resolver = "2"
members = [
"hercules_cg",
"hercules_ir",
"hercules_opt",
"hercules_rt",
"hercules_samples/call",
"hercules_samples/ccp",
"hercules_samples/dot",
"hercules_samples/fac",
"hercules_samples/matmul",
"hercules_test/hercules_interpreter",
"hercules_test/hercules_tests",
"juno_build",
"juno_frontend",
"juno_samples/antideps",
"juno_samples/casts_and_intrinsics",
"juno_samples/cava",
"juno_samples/concat",
"juno_samples/control",
"juno_samples/dot",
"juno_samples/edge_detection",
"juno_samples/fork_join_tests",
"juno_samples/implicit_clone",
"juno_samples/matmul",
"juno_samples/median_window",
"juno_samples/multi_device",
"juno_samples/patterns",
"juno_samples/products",
"juno_samples/rodinia/backprop",
"juno_samples/rodinia/bfs",
"juno_samples/rodinia/cfd",
"juno_samples/rodinia/srad",
"juno_samples/schedule_test",
"juno_samples/simple3",
"juno_scheduler",
"juno_utils",
]