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
If you build a sample using settings -s CL_VALIDATOR=1, automaticaly all the .cl file embedded are modify by the validator. You can specify parameter to the webcl-validator using -s CL_VAL_PARAM='["-DPARAM1","-DPARAM2"]'.
This leads me to think that CL_VAL_PARAM is optional. But actually according to this line, the validator will not be called unless -s CL_VAL_PARAM='[""]' or -s CL_VAL_PARAM='["-DPARAM1","-DPARAM2"]' is given. The quote mark in [""] is not negligible either.
The text was updated successfully, but these errors were encountered:
The README says
This leads me to think that CL_VAL_PARAM is optional. But actually according to this line, the validator will not be called unless
-s CL_VAL_PARAM='[""]'
or-s CL_VAL_PARAM='["-DPARAM1","-DPARAM2"]'
is given. The quote mark in[""]
is not negligible either.The text was updated successfully, but these errors were encountered: