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.
1 parent c941c6e commit eaf9d55Copy full SHA for eaf9d55
sycl/doc/design/CompileTimeProperties.md
@@ -614,9 +614,9 @@ names and values of the properties in the following sequence:
614
* Etc.
615
616
Every field in the global variable pointed to by this parameter are string
617
-literals in seperate global variables. If the value of a property is either an
618
-empty string or a `nullptr`, the corresponding field will have a null-pointer
619
-value.
+literals in seperate global variables. Property values are converted to strings
+in the same way as described above, except that the `nullptr` value and the
+empty string (`""`) is represented as `null` in the global variable field.
620
621
622
## Filtering properties
0 commit comments