Hi~
I am studying CUDA with CUDA Programming Guide.
I understand that there are two kinds of APIs in CUDA (i.e. Runtime API and Driver API) and I noticed that, although different names in each API, many functions perform similar (if not same) tasks.
My question is…
- “What are the MAIN difference between Runtime API and Driver API?â€
- “Which API should I (as a novice) take a careful look at for the programming?â€
Thanks in advance.