Paul D. Hahn

Results 24 comments of Paul D. Hahn

In general, in FLTK (1.4), the approach is to subclass the `Fl_Gl_Window` class for your own OpenGL window class code. If you download/install FLTK from github, it has a test...

What do you do when there is more than one `@inner` loop sharing the same `@exclusive` variable, but those `@inner` loops have different sizes? Do the sizes of all `@inner`...

Maybe only require (emit verification code) that all `@inner` loops have the same size when `@exclusive` is present. If `@exclusive` is not present within the `@outer` loop, then allow `@inner`...

Yes that is partly the motivation for my earlier allusion to a thread-oriented meaning for exclusive vs. an iteration-oriented meaning. But the loop variable lower and upper bounds, at least...

OK. I think I misinterpreted your first comment about allocating the exclusive memory array based on "full inner loop size", where I thought you meant the latter was defined by...

If the kernel (meta-) source files need to be there in the deployment, then another possibility might be for the OCCA API to directly support encryption of those files, based...

From my perspective, the library idea sounds like a good one except for the fact that it could take too long to come into existence (per your statement about priority)....

Wow that was quick -- thanks so much! I will try this out ASAP.

Issue #140 may also be relevant in some way here.