mirror of
https://github.com/Noratrieb/mandelbrot-rust.git
synced 2026-01-16 16:25:06 +01:00
help me
This commit is contained in:
parent
2869a4688b
commit
c03b0c399a
8 changed files with 966 additions and 225 deletions
8
build.rs
Normal file
8
build.rs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
use cuda_builder::CudaBuilder;
|
||||
|
||||
fn main() {
|
||||
CudaBuilder::new("./gpu")
|
||||
.copy_to("target/gpu.ptx")
|
||||
.build()
|
||||
.unwrap();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue