HomeSort by: relevance | last modified time | path
    Searched defs:PTX_WARP_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 94 #define PTX_WARP_SIZE 32
101 #define PTX_DEFAULT_VECTOR_LENGTH PTX_WARP_SIZE
165 PTX_WARP_SIZE. This has to be distinct from the worker broadcast
3652 && nvptx_mach_vector_length () != PTX_WARP_SIZE;
4629 unsigned int pnum = (nvptx_mach_vector_length () > PTX_WARP_SIZE
4958 && nvptx_mach_vector_length () == PTX_WARP_SIZE)
5049 unsigned int pnum = (nvptx_mach_vector_length () > PTX_WARP_SIZE
5186 && nvptx_mach_vector_length () > PTX_WARP_SIZE);
6397 return PTX_WARP_SIZE;
6434 return l % PTX_WARP_SIZE == 0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 95 #define PTX_WARP_SIZE 32
102 #define PTX_DEFAULT_VECTOR_LENGTH PTX_WARP_SIZE
166 PTX_WARP_SIZE. This has to be distinct from the worker broadcast
3636 && nvptx_mach_vector_length () != PTX_WARP_SIZE;
4613 unsigned int pnum = (nvptx_mach_vector_length () > PTX_WARP_SIZE
4942 && nvptx_mach_vector_length () == PTX_WARP_SIZE)
5033 unsigned int pnum = (nvptx_mach_vector_length () > PTX_WARP_SIZE
5170 && nvptx_mach_vector_length () > PTX_WARP_SIZE);
6251 return PTX_WARP_SIZE;
6287 return l % PTX_WARP_SIZE == 0
    [all...]

Completed in 19 milliseconds