You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OCCA <device>/include_std input JSON property enables/disables injection of standard headers #include <stdint.h> #include <cstdlib> #include <cstdio> #include <cmath>
and namespace using namespace std;
for certain backends.
Used in setupHeaders methods.
Example: serialParser::setupHeaders
OCCA kernel/include_occa inject header include <occa.hpp>
and namespace using namespace occa;
for certain backends.
OCCA
<device>/include_std
input JSON property enables/disables injection of standard headers#include <stdint.h> #include <cstdlib> #include <cstdio> #include <cmath>
and namespace
using namespace std;
for certain backends.
Used in
setupHeaders
methods.Example:
serialParser::setupHeaders
OCCA
kernel/include_occa
inject headerinclude <occa.hpp>
and namespace
using namespace occa;
for certain backends.
For more in-depth check https://github.com/libocca/occa/tree/development/src/occa/internal/modes
The text was updated successfully, but these errors were encountered: