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

Make host code less grindy #9

Open
cbmira01 opened this issue Aug 12, 2021 · 1 comment
Open

Make host code less grindy #9

cbmira01 opened this issue Aug 12, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@cbmira01
Copy link
Owner

cbmira01 commented Aug 12, 2021

Is there any way to make the host-code portion look any less ugly...??
Or is OpenCL host code just ugly to begin with?

@cbmira01 cbmira01 added the enhancement New feature or request label Aug 12, 2021
@cbmira01
Copy link
Owner Author

Here are some reasons the host code is grindy:

  • Each list and variable has a numpy name and an OpenCL name
  • OpenCL requires space planning (types, shapes and buffers) for lists and variables
  • Commands to the OpenCL context have to be constructed
  • Kernel calls require a lot of set up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant