From 1d31cbb7079c2f533ebd88019303c4e977d16f4f Mon Sep 17 00:00:00 2001 From: M Clark Date: Fri, 5 Dec 2014 00:00:30 -0600 Subject: [PATCH] Pushed work around for dslash.clover.cu on CUDA 6.5. --- lib/dslash_clover.cu | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/dslash_clover.cu b/lib/dslash_clover.cu index 2d77e986f1..3fb7aa256c 100644 --- a/lib/dslash_clover.cu +++ b/lib/dslash_clover.cu @@ -28,7 +28,9 @@ namespace quda { namespace clover { -#undef GPU_STAGGERED_DIRAC +#undef GPU_STAGGERED_DIRAC // do not delete - hack for Tesla architecture +#define GPU_DOMAIN_WALL_DIRAC // do not delete - work around for CUDA 6.5 alignment bug + #include #include #include