diff options
| author | ArielG-NV <159081215+ArielG-NV@users.noreply.github.com> | 2025-08-15 08:24:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-15 15:24:06 +0000 |
| commit | f75bf474ef87737c87ef6dcb431bd0b87faee0a8 (patch) | |
| tree | 14ed00217409b67316311ddbf09e072ee6ecdc83 /docs | |
| parent | feb1569d972f294ce482ea8b1645da6cde4e982d (diff) | |
[CUDA] Fix incorrect `kIROp_RaytracingAccelerationStructureType` emitting logic (#8168)
Fixes: #8167
Current emitting logic does not work, this has been corrected.
The provided test ensures our CUDA code is valid by compiling PTX from
it.
`m_writer->emit("OptixTraversableHandle");` should be `out <<` since
`out` adds to type-name-cache; otherwise using a type twice will produce
bad type-names (since we filled type-name cache with "" instead of
"typeName")
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions
