Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:49:07

0001 
0002 #include <cuda_runtime.h>
0003 #include "scuda.h"
0004 #include "squad.h"
0005 #include "QBuf.hh"
0006 
0007 #pragma GCC diagnostic push
0008 #pragma GCC diagnostic ignored "-Wattributes"
0009 // quell warning: type attributes ignored after type is already defined [-Wattributes]
0010 template struct QUDARAP_API QBuf<int>;
0011 template struct QUDARAP_API QBuf<float>;
0012 template struct QUDARAP_API QBuf<quad6>;
0013 #pragma GCC diagnostic pop
0014 
0015