Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for non-texture reads for Wilson fermions #10

Closed
maddyscientist opened this issue Feb 15, 2011 · 1 comment
Closed

Add support for non-texture reads for Wilson fermions #10

maddyscientist opened this issue Feb 15, 2011 · 1 comment
Labels

Comments

@maddyscientist
Copy link
Member

Similar to what Guochun added for the staggered kernels. This should have the option to perform non-texture reads (i.e., through the L1 on Fermi) on the gauge fields and/or the spinor fields.

@maddyscientist
Copy link
Member Author

Ok, I've added support, it is enabled through macros defined at the top of dslash_quda.cu.:
DIRECT_ACCESS_WILSON_SPINOR - the neighbouring spinor loads
DIRECT_ACCESS_WILSON_ACCUM - the x load in Xpay kernels
DIRECT_ACCESS_LINK - the gauge field
Defining these macros enables direct reading (through L1 on Fermi), otherwise the texture cache is used.

Unfortunately, this only seems to decrease performance on my 480, so I've left the default as textured reads throughout.

ckallidonis pushed a commit to ckallidonis/quda that referenced this issue May 8, 2018
Support for writing the correlation functions in HDF5 more efficiently for High Q-square
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant