Skip to content

Prefetch fused SSIM outputs to avoid write page faults#407

Merged
matthewdcong merged 1 commit into
openvdb:mainfrom
matthewdcong:fused_ssim_output_prefetch
Jan 12, 2026
Merged

Prefetch fused SSIM outputs to avoid write page faults#407
matthewdcong merged 1 commit into
openvdb:mainfrom
matthewdcong:fused_ssim_output_prefetch

Conversation

@matthewdcong

@matthewdcong matthewdcong commented Jan 10, 2026

Copy link
Copy Markdown
Contributor

Currently, we prefetch the inputs to fused SSIM in order to avoid read page faults. We can further optimize this by prefetching the outputs as well in order avoid write page faults.

Signed-off-by: Matthew Cong <mcong@nvidia.com>
@matthewdcong matthewdcong requested a review from a team as a code owner January 10, 2026 19:23
@matthewdcong matthewdcong merged commit a3523a5 into openvdb:main Jan 12, 2026
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants