- The computer statements (instructions)
from (ordinary) C-functions are
stored in RAM
- The variables used by
the (ordinary) C-functions are
stored in RAM
- The computer statements (instructions)
from GPU C-functions are
stored in the device memory
- There are no variables
in the device memory !!!
|