bheisler / RustaCUDA

Rusty wrapper for the CUDA Driver API
Apache License 2.0
765 stars 58 forks source link

How should I use constant memory #57

Open taotaolin opened 3 years ago

taotaolin commented 3 years ago

In C++ "cudaMemcpyToSymbol" can copy data from the CPU to the GPU's constant memory in rustacuda What should I do