How do CUDA devices handle immediate operands?
Posted
by Jack Lloyd
on Stack Overflow
See other posts from Stack Overflow
or by Jack Lloyd
Published on 2010-04-20T15:03:49Z
Indexed on
2010/04/22
17:23 UTC
Read the original article
Hit count: 272
Compiling CUDA code with immediate (integer) operands, are they held in the instruction stream, or are they placed into memory? Specifically I'm thinking about 24 or 32 bit unsigned integer operands.
I haven't been able to find information about this in any of the CUDA documentation I've examined so far. So references to any documents on specific uarch details like this would be perfect, as I don't currently have a good model for how CUDA works at this level.
© Stack Overflow or respective owner