We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6929068 + bce4db6 commit 597fda5Copy full SHA for 597fda5
backends/sycl/ceed-sycl-compile.sycl.cpp
@@ -61,7 +61,7 @@ static int CeedJitAddDefinitions_Sycl(Ceed ceed, const std::string &kernel_sourc
61
// TODO: Add architecture flags, optimization flags
62
//------------------------------------------------------------------------------
63
static inline int CeedJitGetFlags_Sycl(std::vector<std::string> &flags) {
64
- flags = {std::string("-cl-std=CL3.0"), std::string("-Dint32_t=int")};
+ flags = {std::string("-cl-std=CL3.0"), std::string("-Dint32_t=int"), std::string("-DCEED_RUNNING_JIT_PASS=1")};
65
return CEED_ERROR_SUCCESS;
66
}
67
0 commit comments