-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use float as accumulator for GEMV on half_t
This avoid atomics with half_t, which are currently very slow on CUDA (use lock tables, not native atomics). This also improves the numerical accuracy of the output for all modes (not just TwoLevel/LayoutLeft, which was using the atomics).
- Loading branch information
1 parent
c151fbb
commit 718fe40
Showing
1 changed file
with
39 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters