You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed illegal memory access in [split|dense]_embedding_nobag_codegen_forward_unweighted_small_kernel (#1610)
Summary:
Pull Request resolved: #1610
`[split|dense]_embedding_nobag_codegen_forward_unweighted_small_kernel`
always accesses the LXU cache even when the cache is not available.
This diff moves cache accesses under a runtime conditional to ensure
that the access is valid.
Reviewed By: jspark1105, mjanderson09
Differential Revision: D43581917
fbshipit-source-id: ab302092ffeb27b9a7fd18205c3856abc1dd8713
0 commit comments