Author

Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] - page 1114. (Read 3426918 times)

newbie
Activity: 27
Merit: 0
this is my 670gtx (GIGABYTE GV-N670OC-2GD) doing over 200khash/s
http://s23.postimg.org/m7lni155j/cuda_miner.jpg



Code:
cudaminer.exe --url http://notroll.in:6332/ --userpass jasonharty24.4:12345 -i 0 -m 1 -C 2 -l 70x4
member
Activity: 85
Merit: 10
13kh/s with GeForce GT 330M  Tongue Tongue

LAPTOP POWAh  Cool
hero member
Activity: 756
Merit: 502
On my 670 with 1D tex cache I am getting about 175 kHash/s.

A 570 though would be significantly faster (but also run significantly hotter). I am still trying to understand why the Kepler architecture has such a performance disadvantage with my current code.

I did try some inline PTX assembly (looks horrid, check it out)

Code:
__device__ void ROTL7(uint32_t &A0, const uint32_t &A1, const uint32_t &A2,
                      uint32_t &B0, const uint32_t &B1, const uint32_t &B2,
                      uint32_t &C0, const uint32_t &C1, const uint32_t &C2,
                      uint32_t &D0, const uint32_t &D1, const uint32_t &D2)
{
    asm("{\n\t"
    "  .reg .u32 tA1, tA2;\n\t"
    "  .reg .u32 tB1, tB2;\n\t"
    "  .reg .u32 tC1, tC2;\n\t"
    "  .reg .u32 tD1, tD2;\n\t"
    "  add.u32 tA1, %4, %5;\n\t"
    "  add.u32 tB1, %6, %7;\n\t"
    "  add.u32 tC1, %8, %9;\n\t"
    "  add.u32 tD1, %10, %11;\n\t"
    "  shl.b32 tA2, tA1, 7;\n\t"
    "  shl.b32 tB2, tB1, 7;\n\t"
    "  shl.b32 tC2, tC1, 7;\n\t"
    "  shl.b32 tD2, tD1, 7;\n\t"
    "  shr.b32 tA1, tA1, 25;\n\t"
    "  shr.b32 tB1, tB1, 25;\n\t"
    "  shr.b32 tC1, tC1, 25;\n\t"
    "  shr.b32 tD1, tD1, 25;\n\t"
    "  or.b32 tA1, tA1, tA2;\n\t"
    "  or.b32 tB1, tB1, tB2;\n\t"
    "  or.b32 tC1, tC1, tC2;\n\t"
    "  or.b32 tD1, tD1, tD2;\n\t"
    "  xor.b32 %0, %0, tA1;\n\t"
    "  xor.b32 %1, %1, tB1;\n\t"
    "  xor.b32 %2, %2, tC1;\n\t"
    "  xor.b32 %3, %3, tD1;\n\t"
    "}"
    : "+r"(A0), "+r"(B0), "+r"(C0), "+r"(D0) : "r" (A1), "r" (A2), "r" (B1), "r" (B2), "r" (C1), "r" (C2), "r" (D1), "r" (D2));
}

as well as added instruction level parallelism by formulating the CUDA code like this:

Code:
#define ROTL7(A0, A1, A2, B0, B1, B2, C0, C1, C2, D0, D1, D2)  \
{\
    volatile uint32_t tA1 = A1 + A2, tB1 = B1 + B2, tC1 = C1 + C2, tD1 = D1 + D2;\
    volatile uint32_t tA2 = tA1<< 7, tB2 = tB1<< 7, tC2 = tC1<< 7, tD2 = tD1<< 7;\
                      tA1 = tA1>>25; tB1 = tB1>>25; tC1 = tC1>>25; tD1 = tD1>>25;\
                      tA2|= tA1    ; tB2|= tB1    ; tC2|= tC1    ; tD2|= tD1    ;\
                      A0 ^= tA2    ; B0 ^= tB2    ; C0 ^= tC2    ; D0 ^= tD2    ;\
}

but actually I couldn't get performance above what is already achieved. So in case you're wondering why there haven't been any updates. That is because my experiments in getting more speed haven't been fruitful yet.

newbie
Activity: 19
Merit: 0
On my 670 with 1D tex cache I am getting about 175 kHash/s.

Great work!
newbie
Activity: 19
Merit: 0
I am seeing an small increment with 17-04 version too, about 3-5%.

I did notice that Ctrl-C is ignored when the connection to pool isn't succesfull, forcing me to close the cmd window directly.

Anyways great job with the CUDA implementation.
member
Activity: 69
Merit: 10
Is there a way I can periodically terminate the cudaminer program without it crashing my video card driver?

I want to run a script to restart cudaminer, and my stratum proxy connection, on a timer but task killing the cudaminer process in windows also crashes the video card, so I lose my overclock settings.








Do you have the latest drivers? and version? this isn't an issue in the newer one

04-17...version from a few days ago.

I'm not talking about using ctrl-c from within the program, I'm task killing it via an automated script.  

Isn't it possible to make the cudaminer.exe window active and enter ctrl-c using an automated script?
newbie
Activity: 8
Merit: 0
Yes - 32 bit.
I installed g++multilib and ia32-libs and recompiled. Same errors. There is more than one libcurl4 to chose from.
newbie
Activity: 41
Merit: 0
No dependencies listed for Linux on original post. I am running Cuda 5.0 and graphics driver meets minimum release requirements. 2013-04-24 compiles fine.

g++-multilib and ia32-libs, possibly also libcurl4-dev

 r u on 32?
newbie
Activity: 8
Merit: 0
No dependencies listed for Linux on original post. I am running Cuda 5.0 and graphics driver meets minimum release requirements. 2013-04-24 compiles fine.
newbie
Activity: 41
Merit: 0
Cudaminer 2013-04-17 compiling errors

Cudaminer 2013-04-14 compiled fine on my system. I'm running it now and getting about 65 khash/s.
My system is:
AMD Phenom II
Linux 12.04
GeForce GTS 450

When I attempt to compile 2013-04-17, I get several errors like this:
"./salsa_kernel.cu(164): Warning: Cannot tell what pointer points to, assuming global memory space"
and this one:
"titan_kernel.cu(377): error: identifier "usleep" is undefined"

I assume they are coding errors and thought this would be helpful info.

Thanks for your work Christian. As soon as I get some coins I can send you something.

some deps are missing - check orig post. Looks like you are on ubuntu right?
member
Activity: 143
Merit: 10
Is there a way I can periodically terminate the cudaminer program without it crashing my video card driver?

I want to run a script to restart cudaminer, and my stratum proxy connection, on a timer but task killing the cudaminer process in windows also crashes the video card, so I lose my overclock settings.








Do you have the latest drivers? and version? this isn't an issue in the newer one

04-17...version from a few days ago.

I'm not talking about using ctrl-c from within the program, I'm task killing it via an automated script.  
newbie
Activity: 8
Merit: 0
Cudaminer 2013-04-17 compiling errors

Cudaminer 2013-04-14 compiled fine on my system. I'm running it now and getting about 65 khash/s.
My system is:
AMD Phenom II
Linux 12.04
GeForce GTS 450

When I attempt to compile 2013-04-17, I get several errors like this:
"./salsa_kernel.cu(164): Warning: Cannot tell what pointer points to, assuming global memory space"
and this one:
"titan_kernel.cu(377): error: identifier "usleep" is undefined"

I assume they are coding errors and thought this would be helpful info.

Thanks for your work Christian. As soon as I get some coins I can send you something.
sr. member
Activity: 247
Merit: 250
Is there a way I can periodically terminate the cudaminer program without it crashing my video card driver?

I want to run a script to restart cudaminer, and my stratum proxy connection, on a timer but task killing the cudaminer process in windows also crashes the video card, so I lose my overclock settings.








Do you have the latest drivers? and version? this isn't an issue in the newer one
member
Activity: 143
Merit: 10
Is there a way I can periodically terminate the cudaminer program without it crashing my video card driver?

I want to run a script to restart cudaminer, and my stratum proxy connection, on a timer but task killing the cudaminer process in windows also crashes the video card, so I lose my overclock settings.





legendary
Activity: 1792
Merit: 1008
/dev/null
ERR: nvm i got the old 4.0 cuda...
works with 5.0 Smiley
newbie
Activity: 14
Merit: 0
@K1773R: check out patch for 64bit systems, a few post above yours.
sr. member
Activity: 252
Merit: 254
420
hero member
Activity: 756
Merit: 500
What speed should I get with a GTX 460M

or a GTX 680
legendary
Activity: 1792
Merit: 1008
/dev/null
any linux builds or how to circumvent this:
Code:
make[2]: Entering directory `/home/k1773r/cudaminer-2013-04-17/cudaminer-src-2013.04.17'
nvcc -g -O2 -arch=compute_10 --maxrregcount=124 --ptxas-options=-v -I./compat/jansson -o salsa_kernel.o -c salsa_kernel.cu
salsa_kernel.cu(273): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)

salsa_kernel.cu(274): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)

salsa_kernel.cu(284): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernel_specialB_tex(uint32_t *) [with WARPS_PER_BLOCK=1, TEX_DIM=1]"
(1239): here

salsa_kernel.cu(285): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernel_specialB_tex(uint32_t *) [with WARPS_PER_BLOCK=1, TEX_DIM=1]"
(1239): here

salsa_kernel.cu(284): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernel_specialB_tex(uint32_t *) [with WARPS_PER_BLOCK=2, TEX_DIM=1]"
(1240): here

salsa_kernel.cu(285): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernel_specialB_tex(uint32_t *) [with WARPS_PER_BLOCK=2, TEX_DIM=1]"
(1240): here

salsa_kernel.cu(284): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernel_specialB_tex(uint32_t *) [with WARPS_PER_BLOCK=3, TEX_DIM=1]"
(1241): here

salsa_kernel.cu(285): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernel_specialB_tex(uint32_t *) [with WARPS_PER_BLOCK=3, TEX_DIM=1]"
(1241): here

salsa_kernel.cu(444): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)

salsa_kernel.cu(445): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)

salsa_kernel.cu(452): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)

salsa_kernel.cu(453): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)

salsa_kernel.cu(468): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=1, TEX_DIM=1]"
(1250): here

salsa_kernel.cu(469): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=1, TEX_DIM=1]"
(1250): here

salsa_kernel.cu(478): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=1, TEX_DIM=1]"
(1250): here

salsa_kernel.cu(479): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=1, TEX_DIM=1]"
(1250): here

salsa_kernel.cu(468): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=2, TEX_DIM=1]"
(1251): here

salsa_kernel.cu(469): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=2, TEX_DIM=1]"
(1251): here

salsa_kernel.cu(478): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=2, TEX_DIM=1]"
(1251): here

salsa_kernel.cu(479): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=2, TEX_DIM=1]"
(1251): here

salsa_kernel.cu(468): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=3, TEX_DIM=1]"
(1252): here

salsa_kernel.cu(469): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=3, TEX_DIM=1]"
(1252): here

salsa_kernel.cu(478): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=3, TEX_DIM=1]"
(1252): here

salsa_kernel.cu(479): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=3, TEX_DIM=1]"
(1252): here

salsa_kernel.cu(468): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=4, TEX_DIM=1]"
(1253): here

salsa_kernel.cu(469): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=4, TEX_DIM=1]"
(1253): here

salsa_kernel.cu(478): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=4, TEX_DIM=1]"
(1253): here

salsa_kernel.cu(479): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=4, TEX_DIM=1]"
(1253): here

salsa_kernel.cu(468): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=5, TEX_DIM=1]"
(1254): here

salsa_kernel.cu(469): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=5, TEX_DIM=1]"
(1254): here

salsa_kernel.cu(478): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=5, TEX_DIM=1]"
(1254): here

salsa_kernel.cu(479): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=5, TEX_DIM=1]"
(1254): here

salsa_kernel.cu(468): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=6, TEX_DIM=1]"
(1255): here

salsa_kernel.cu(469): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=6, TEX_DIM=1]"
(1255): here

salsa_kernel.cu(478): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=6, TEX_DIM=1]"
(1255): here

salsa_kernel.cu(479): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=6, TEX_DIM=1]"
(1255): here

salsa_kernel.cu(468): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=7, TEX_DIM=1]"
(1256): here

salsa_kernel.cu(469): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=7, TEX_DIM=1]"
(1256): here

salsa_kernel.cu(478): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=7, TEX_DIM=1]"
(1256): here

salsa_kernel.cu(479): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=7, TEX_DIM=1]"
(1256): here

salsa_kernel.cu(468): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=8, TEX_DIM=1]"
(1257): here

salsa_kernel.cu(469): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=8, TEX_DIM=1]"
(1257): here

salsa_kernel.cu(478): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=8, TEX_DIM=1]"
(1257): here

salsa_kernel.cu(479): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=8, TEX_DIM=1]"
(1257): here

salsa_kernel.cu(284): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernel_specialB_tex(uint32_t *) [with WARPS_PER_BLOCK=1, TEX_DIM=2]"
(1265): here

salsa_kernel.cu(285): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernel_specialB_tex(uint32_t *) [with WARPS_PER_BLOCK=1, TEX_DIM=2]"
(1265): here

salsa_kernel.cu(284): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernel_specialB_tex(uint32_t *) [with WARPS_PER_BLOCK=2, TEX_DIM=2]"
(1266): here

salsa_kernel.cu(285): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernel_specialB_tex(uint32_t *) [with WARPS_PER_BLOCK=2, TEX_DIM=2]"
(1266): here

salsa_kernel.cu(284): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernel_specialB_tex(uint32_t *) [with WARPS_PER_BLOCK=3, TEX_DIM=2]"
(1267): here

salsa_kernel.cu(285): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernel_specialB_tex(uint32_t *) [with WARPS_PER_BLOCK=3, TEX_DIM=2]"
(1267): here

salsa_kernel.cu(468): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=1, TEX_DIM=2]"
(1276): here

salsa_kernel.cu(469): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=1, TEX_DIM=2]"
(1276): here

salsa_kernel.cu(478): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=1, TEX_DIM=2]"
(1276): here

salsa_kernel.cu(479): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=1, TEX_DIM=2]"
(1276): here

salsa_kernel.cu(468): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=2, TEX_DIM=2]"
(1277): here

salsa_kernel.cu(469): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=2, TEX_DIM=2]"
(1277): here

salsa_kernel.cu(478): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=2, TEX_DIM=2]"
(1277): here

salsa_kernel.cu(479): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=2, TEX_DIM=2]"
(1277): here

salsa_kernel.cu(468): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=3, TEX_DIM=2]"
(1278): here

salsa_kernel.cu(469): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=3, TEX_DIM=2]"
(1278): here

salsa_kernel.cu(478): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=3, TEX_DIM=2]"
(1278): here

salsa_kernel.cu(479): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=3, TEX_DIM=2]"
(1278): here

salsa_kernel.cu(468): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=4, TEX_DIM=2]"
(1279): here

salsa_kernel.cu(469): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=4, TEX_DIM=2]"
(1279): here

salsa_kernel.cu(478): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=4, TEX_DIM=2]"
(1279): here

salsa_kernel.cu(479): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=4, TEX_DIM=2]"
(1279): here

salsa_kernel.cu(468): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=5, TEX_DIM=2]"
(1280): here

salsa_kernel.cu(469): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=5, TEX_DIM=2]"
(1280): here

salsa_kernel.cu(478): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=5, TEX_DIM=2]"
(1280): here

salsa_kernel.cu(479): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=5, TEX_DIM=2]"
(1280): here

salsa_kernel.cu(468): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=6, TEX_DIM=2]"
(1281): here

salsa_kernel.cu(469): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=6, TEX_DIM=2]"
(1281): here

salsa_kernel.cu(478): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=6, TEX_DIM=2]"
(1281): here

salsa_kernel.cu(479): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=6, TEX_DIM=2]"
(1281): here

salsa_kernel.cu(468): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=7, TEX_DIM=2]"
(1282): here

salsa_kernel.cu(469): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=7, TEX_DIM=2]"
(1282): here

salsa_kernel.cu(478): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=7, TEX_DIM=2]"
(1282): here

salsa_kernel.cu(479): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=7, TEX_DIM=2]"
(1282): here

salsa_kernel.cu(468): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=8, TEX_DIM=2]"
(1283): here

salsa_kernel.cu(469): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=8, TEX_DIM=2]"
(1283): here

salsa_kernel.cu(478): error: no instance of overloaded function "tex1Dfetch" matches the argument list
            argument types are: (texture, unsigned int)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=8, TEX_DIM=2]"
(1283): here

salsa_kernel.cu(479): error: no instance of overloaded function "tex2D" matches the argument list
            argument types are: (texture, float, float)
          detected during instantiation of "void scrypt_core_kernelB_tex(uint32_t *) [with WARPS_PER_BLOCK=8, TEX_DIM=2]"
(1283): here

82 errors detected in the compilation of "/tmp/tmpxft_00006d82_00000000-4_salsa_kernel.cpp1.ii".
make[2]: *** [salsa_kernel.o] Error 2
make[2]: Leaving directory `/home/k1773r/cudaminer-2013-04-17/cudaminer-src-2013.04.17'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/k1773r/cudaminer-2013-04-17/cudaminer-src-2013.04.17'
make: *** [all] Error 2
Jump to: