Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Lingua franca" #17

Open
jonysy opened this issue Feb 15, 2017 · 0 comments
Open

"Lingua franca" #17

jonysy opened this issue Feb 15, 2017 · 0 comments

Comments

@jonysy
Copy link
Owner

jonysy commented Feb 15, 2017

TODO..

Reference Table

OpenCL CUDA Parenchyma Collenchyma
program module bundle binary
?? ?? buffer memory
kernel function function ??
work-group block .. n/a
work-item thread .. n/a
compute unit streaming multiprocessor compute unit (CPU core) compute unit
compute device CUDA-enabled GPU (non-CPU) device hardware
Host CPU CPU CPU??
processing element streaming processor .. n/a
work-group thread block .. n/a
kernel execution instance kernel grid?? .. n/a
context context context device??
command queues CUDA streams channels ??
CL_DEVICE_TYPE ?? device kind hardware type

note:

*A streaming multiprocessor (*CUDA), or a compute unit (*OpenCL), has 8 streaming processors.
*OpenCL contexts can have more than one device.
*CUDA contexts are tied to single device ??.
*More than one OpenCL command queue can be associated with a single device.
*More than one CUDA streams can be associated with a single context.
*Certain GPU devices may not support double precision.

symbols:

symbol meaning
?? not sure
.. TODO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant