| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-14 | Do not zero-initialize groupshared and rayquery variables (#4838) | ArielG-NV | |
| * Do not zero-initialize groupshared and rayquery variables Fixes: #4824 `-zero-initialize` option will explicitly not: 1. Set any groupshared values to defaults 2. Set any rayQuery object to a default state (currently invalid code generation) * grammer * disallow groupshared initializers disallow groupshared initializers & adjust tests accordingly * remove disallowed groupshared-init expression * do not default init if non-copyable --------- Co-authored-by: Yong He <yonghe@outlook.com> | |||
