Skip to content

mkroening/cuda-memcpy-bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

CUDA memcpy bench

This project is a benchmark for CUDA's memcpy using the CUDA runtime API. It supports the following memcpy kinds:

  • host to host
  • host to device
  • device to host
  • device to device

For more a more sophisticated benchmark see NVIDIA/nvbandwidth.

How to use

nvcc -O3 src/main.c && ./a.out

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A benchmark for CUDA's memcpy using the CUDA runtime API.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages