MCPcopy Create free account
hub / github.com/Rust-GPU/rust-cuda / copy_to

Method copy_to

crates/cuda_builder/src/lib.rs:268–271  ·  view source on GitHub ↗

Copy the final ptx file to this location once finished building.

(mut self, path: impl AsRef<Path>)

Source from the content-addressed store, hash-verified

266
267 /// Copy the final ptx file to this location once finished building.
268 pub fn copy_to(mut self, path: impl AsRef<Path>) -> Self {
269 self.ptx_file_copy_path = Some(path.as_ref().to_path_buf());
270 self
271 }
272
273 /// Indicates to the codegen that the program is being compiled for use in the OptiX hardware raytracing library.
274 /// This does a couple of things:

Callers 9

mainFunction · 0.45
final_imageMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
buildMethod · 0.45
mainFunction · 0.45
download_pixelsMethod · 0.45
mainFunction · 0.45
download_pixelsMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected