-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I added an option to change non-temporal memory access from the command line. The default is off even though on Radeon VII it is about a 0.5% gaain. I suspect an A100 or recent AMD consumer cards with large caches will see bigger gains without nontemporal access. We could change the default setting to depend on the cache size reported by clinfo. In either case, we should make -tune auto-config this option.
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 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
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