Skip to content

Commit

Permalink
Pushed work around for dslash.clover.cu on CUDA 6.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
maddyscientist committed Dec 5, 2014
1 parent ae3cd9c commit 1d31cbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/dslash_clover.cu
Original file line number Diff line number Diff line change
Expand Up @@ -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 <dslash_constants.h>
#include <dslash_textures.h>
#include <dslash_index.cuh>
Expand Down

0 comments on commit 1d31cbb

Please sign in to comment.