Hello,
|
#ifdef KERNEL3 |
|
#include "kernel3.cu" |
|
#endif |
|
#ifdef KERNEL3 |
|
#include "kernel3.cu" |
|
#endif |
There are two replicated macro sections that include the same file. It makes make 3 and make 4 cannot be compiled.
BTW, appreciate for showing how to use streaming through cuBLAS.
Hello,
MSplitGEMM/main.cu
Lines 10 to 15 in 3131f63
There are two replicated macro sections that include the same file. It makes
make 3andmake 4cannot be compiled.BTW, appreciate for showing how to use streaming through cuBLAS.