Skip to content

CUDA-dyn dispatch: allow source ops to write to output buffer directly #6657

@0ax1

Description

@0ax1

For scalar ops we can already write to either shared memory or to global memory (in case it's the last op).

In order to bypass unnecessary intermediate writes to shared memory, source ops should be able to write to the output buf directly. This can lead to significant perf improvements. E.g. CUDA runend decoding jumps from ~1500GiB/s to 3000GiB/s on a GH200.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions