lib.rs
Jan 23, 2025After cloning the repo, you can cd to the project's root directory and execute the main binary. # Run code for Example 05.07 cargo run example 05.07 # Run code for Exercise 5.5 cargo run exercise 5.5 If using a cuda-enabled device, you turn on the cuda feature via the --features cuda flag: