Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #pragma once
0002 
0003 #include "QUDARAP_API_EXPORT.hh"
0004 #include "vector_types.h"
0005 
0006 struct QUDARAP_API QPoly
0007 {
0008     QPoly(); 
0009     void configureLaunch( dim3& numBlocks, dim3& threadsPerBlock, unsigned width, unsigned height );
0010     void demo(); 
0011     void tmpl_demo(); 
0012 
0013 };
0014 
0015