lattice / quda

QUDA is a library for performing calculations in lattice QCD on GPUs.
https://lattice.github.io/quda
Other
286 stars 94 forks source link

current master broken related to texture issue #63

Closed gshi closed 12 years ago

gshi commented 12 years ago

/usr/local/cuda/bin/nvcc -O3 -DPOINTER_SIZE=8 -D__COMPUTE_CAPABILITY__=200 -ftz=true -prec-div=false -prec-sqrt=false -DMULTI_GPU -DOVERLAP_COMMS -DGPU_STAGGERED_DIRAC -DGPU_GAUGE_FORCE -DGPU_DIRECT -DNUMA_AFFINITY -arch=sm_20 -I/usr/local/cuda/include -DMPI_COMMS -I/usr/lib64/mpich2/include/mpi -I../include -Idslash_core -I. blas_quda.cu -c -o blas_quda.o -Xptxas -abi=no ../include/texture.h(115): error: no suitable user-defined conversion from "int4" to "double2" exists

Needs to set FERMI_DBLE_TEX=yes

for this issue to appear.

rbabich commented 12 years ago

oops. Fix on the way...