Stefan Frijters
Stefan Frijters
I would also be very interested in a principled way to get this out. We currently use a hack similar to https://github.com/libocca/occa/pull/606 to punch through the abstractions and pull out...
Sounds good, I didn't want to make breaking changes based on my assumptions about what people use in their kernels, but if we can agree that we can flip the...
Trying to switch defaults, as discussed. Maybe `include_std` is a bridge too far...
Current state of the PR: I've split the occa dependency options into "include_occa" and "link_occa" since it seems harder to get rid of "include_occa" by default (and the linking is...
Update, test suite passes for me: Defaults: * `kernel/include_occa`: `false`, except for launcher kernels * `kernel/ink_occa`: `false` * `serial/include_std`: `false` Some tests have explict headers / directives to include std...
Hopefully fixed the OpenCL failure, still not sure what is going on with the MacOS build(s).
Hm, it looks like it's not MacOS, but OpenCL that is the culprit? I have no experience with that; does that one need occa linked in for the launcher kernel...
I tried adding more stuff from the `.cpp` to the headers, and it does seem to work in the sense that it changes the error message, but it wants even...
As I recall this is part of a safety mechanism to ensure that e.g. if `OCCA_CACHE_DIR` is set to `/` occa doesn't try to blindly remove everything. There is a...
I want to start generating my code's documentation with ddox, but my comments include LaTeX equations, which I currently prettify by using the MathJax JS library. Trying to include this...