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

Lazy Evaluation of PTX Kernels in the CUDA Runtime #18

Closed
jwang323 opened this issue Mar 29, 2015 · 1 comment
Closed

Lazy Evaluation of PTX Kernels in the CUDA Runtime #18

jwang323 opened this issue Mar 29, 2015 · 1 comment

Comments

@jwang323
Copy link
Contributor

From gregory....@gatech.edu on August 13, 2009 16:15:55

Describe the New Feature: The current implementation loads and parses all PTX kernels declared within
a program upon kernel registration. Make this lazily evaluated instead.

Ideally, registering a kernel should add an entry with a flag saying that
it has not yet been parsed. Upon the first execution, it should be
translated and then executed and the flag should be updated. Which milestone does the feature belong to? 1.0.0 Which branch does the new feature go in? Trunk

Original issue: http://code.google.com/p/gpuocelot/issues/detail?id=19

@jwang323
Copy link
Contributor Author

From gregory....@gatech.edu on July 01, 2010 14:00:17

This feature is now in. Modules will only be loaded by the runtime upon the first use rather than when the program starts.

Status: Done

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