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

Parallel execution of concurrent kernel compilation calls? #54

Open
lmeyerov opened this issue Feb 6, 2017 · 2 comments
Open

Parallel execution of concurrent kernel compilation calls? #54

lmeyerov opened this issue Feb 6, 2017 · 2 comments

Comments

@lmeyerov
Copy link
Collaborator

lmeyerov commented Feb 6, 2017

Before we go down a rabbit hole, are buildProgram and createKernel parallelized, where for the same context, we can run several kernel compilations concurrently and see benefits from parallel execution under-the-hood? We've been working on cutting down our load times, and while we achieved much via preloading our kernels, we still have a few load-time kernels where compilation introduces a noticeable bottleneck.

If cl compilation is believed to work but not well-tested, happy to contribute to the test suite.

(Been awhile, @mikeseven !)

@mikeseven
Copy link
Owner

mikeseven commented Feb 6, 2017 via email

@lmeyerov
Copy link
Collaborator Author

lmeyerov commented Feb 6, 2017

Good to hear -- may be a bit before our next push here, but I'll report back when we do

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

No branches or pull requests

2 participants