| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-15 | Enable WebGPU tests in CI (#5239) | Anders Leino | |
| 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> | |||
| 2024-06-27 | Remove returned-array-legalization pass for metal (#4478) | ArielG-NV | |
| * disable return array optimization pass for metal targets fixes: #4468 | |||
