Guest User

Untitled

a guest
Aug 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. __device__ __constant__ const
  2. __device__ __constant__ float a = 5;
  3. __constant__ float a = 5;
  4.  
  5. __device__ const float a = 5;
  6.  
  7. const float a = 5;
Add Comment
Please, Sign In to add comment